mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:18:59 +08:00
6807b8de6b
* fix build * fix build * update version * update version
17 lines
582 B
Diff
17 lines
582 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 2d28050..e2a060d 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -347,7 +347,10 @@ endif()
|
|
# Installs the library
|
|
include(GNUInstallDirs)
|
|
|
|
-install(TARGETS clblast EXPORT CLBlast DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
|
+install(TARGETS clblast EXPORT CLBlast
|
|
+ ARCHIVE DESTINATION lib
|
|
+ LIBRARY DESTINATION lib
|
|
+ RUNTIME DESTINATION bin)
|
|
install(FILES include/clblast_half.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|
|
if(OPENCL)
|
|
install(FILES include/clblast.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|