mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-02 19:47:55 +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)
|
||||
Reference in New Issue
Block a user