mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 19:18:04 +00:00
Add install target
This commit is contained in:
7
include/cppkafka/CMakeLists.txt
Normal file
7
include/cppkafka/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
file(GLOB INCLUDE_FILES "*.h")
|
||||
install(
|
||||
FILES ${INCLUDE_FILES}
|
||||
DESTINATION include/cppkafka
|
||||
COMPONENT Headers
|
||||
)
|
||||
add_subdirectory(zookeeper)
|
||||
6
include/cppkafka/zookeeper/CMakeLists.txt
Normal file
6
include/cppkafka/zookeeper/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
file(GLOB INCLUDE_FILES "*.h")
|
||||
install(
|
||||
FILES ${INCLUDE_FILES}
|
||||
DESTINATION include/cppkafka/zookeeper
|
||||
COMPONENT Headers
|
||||
)
|
||||
Reference in New Issue
Block a user