mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 19:49:00 +08:00
50b49af28a
* [cppkafka] Fix dynamic build. * [cppkafka] Remove CPPKAFKA_BOOST_STATIC_LIBS * Remove CPPKAFKA_RDKAFKA_STATIC_LIB option
13 lines
378 B
Diff
13 lines
378 B
Diff
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
|
index 5d31078..b1d3634 100644
|
|
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -43,6 +43,7 @@ target_include_directories(cppkafka PUBLIC ${PROJECT_SOURCE_DIR}/include)
|
|
|
|
install(
|
|
TARGETS cppkafka
|
|
+ RUNTIME DESTINATION bin
|
|
LIBRARY DESTINATION lib
|
|
ARCHIVE DESTINATION lib
|
|
COMPONENT dev
|