Update CMakeLists.txt

This commit is contained in:
Francesco Gatti
2021-06-17 15:31:25 +02:00
committed by GitHub
parent 9b78f143cb
commit c306b36860
+1 -1
View File
@@ -139,7 +139,7 @@ target_link_libraries(demo tkDNN)
message("install dir:" ${CMAKE_INSTALL_PREFIX})
install(DIRECTORY include/ DESTINATION include/)
install(TARGETS tkDNN kernels DESTINATION lib)
install(TARGETS test_rtinference demo map_demo DESTINATION bin)
install(TARGETS test_simple test_mnist test_mnistRT test_rtinference demo map_demo DESTINATION bin)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/cmake/" # source directory
DESTINATION "share/tkDNN/cmake/" # target directory
)