aboutsummaryrefslogtreecommitdiff
path: root/ports/brigand/fix-install-targets.patch
blob: 248948ab1a1057f963ceb9d04550ccbef0eca918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
+)