mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:29:01 +08:00
6936bb6eed
* [lionkor-commandline] Update to 2.2.0 * ver
11 lines
483 B
Diff
11 lines
483 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index b04634b..ba08ef4 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -44,3 +44,5 @@ if(BUILD_EXAMPLES)
|
|
set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT commandline_test)
|
|
endif()
|
|
|
|
+set_target_properties(commandline PROPERTIES PUBLIC_HEADER "commandline.h")
|
|
+install(TARGETS commandline RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib PUBLIC_HEADER DESTINATION include)
|
|
|