mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:49:01 +08:00
15 lines
393 B
Diff
15 lines
393 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 13ea689..9d20700 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -292,3 +292,9 @@ install(DIRECTORY ${PROJECT_SOURCE_DIR}/brigand
|
|
install(FILES ${CMAKE_BINARY_DIR}/libbrigand.pc
|
|
DESTINATION lib/pkgconfig
|
|
)
|
|
+
|
|
+install(TARGETS brigand
|
|
+ RUNTIME DESTINATION bin
|
|
+ LIBRARY DESTINATION lib
|
|
+ ARCHIVE DESTINATION lib
|
|
+)
|