mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:49:08 +08:00
15 lines
459 B
Diff
15 lines
459 B
Diff
diff --git a/src/bc6h/CMakeLists.txt b/src/bc6h/CMakeLists.txt
|
|
index 635e0f3a..f758df43 100644
|
|
--- a/src/bc6h/CMakeLists.txt
|
|
+++ b/src/bc6h/CMakeLists.txt
|
|
@@ -20,3 +20,8 @@ IF(NOT WIN32)
|
|
SET_TARGET_PROPERTIES(bc6h PROPERTIES COMPILE_FLAGS -fPIC)
|
|
ENDIF(CMAKE_COMPILER_IS_GNUCXX)
|
|
ENDIF(NOT WIN32)
|
|
+
|
|
+INSTALL(TARGETS bc6h
|
|
+ RUNTIME DESTINATION bin
|
|
+ LIBRARY DESTINATION lib
|
|
+ ARCHIVE DESTINATION lib/static)
|
|
\ No newline at end of file
|