mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 19:18:04 +00:00
7 lines
125 B
CMake
7 lines
125 B
CMake
file(GLOB INCLUDE_FILES "*.h")
|
|
install(
|
|
FILES ${INCLUDE_FILES}
|
|
DESTINATION include/cppkafka
|
|
COMPONENT Headers
|
|
)
|