mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
13 lines
297 B
Diff
13 lines
297 B
Diff
--- CMakeLists.txt
|
|
+++ CMakeLists.txt
|
|
@@ -86,7 +86,8 @@
|
|
endif()
|
|
|
|
# Install
|
|
-install(TARGETS libics libics_static DESTINATION lib)
|
|
+install(TARGETS libics DESTINATION bin)
|
|
+install(TARGETS libics_static DESTINATION lib)
|
|
install(FILES ${HEADERS} DESTINATION include)
|
|
|
|
# Unit tests
|