mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2026-01-27 10:22:42 +00:00
Merge pull request #16 from arvidn/include-dir
make sure dependent targets get the include directory added correctly
This commit is contained in:
@@ -27,6 +27,7 @@ add_library(cppkafka ${CPPKAFKA_LIBRARY_TYPE} ${SOURCES})
|
||||
set_target_properties(cppkafka PROPERTIES VERSION ${CPPKAFKA_VERSION}
|
||||
SOVERSION ${CPPKAFKA_VERSION})
|
||||
target_link_libraries(cppkafka ${RDKAFKA_LIBRARY})
|
||||
target_include_directories(cppkafka PUBLIC ${PROJECT_SOURCE_DIR}/include)
|
||||
|
||||
install(
|
||||
TARGETS cppkafka
|
||||
|
||||
Reference in New Issue
Block a user