Add CMake configuration file and export installed targets

This commit is contained in:
Alexander Damian
2019-06-27 17:37:33 -04:00
parent 07b3c4957d
commit d20cab69f3
12 changed files with 213 additions and 78 deletions

View File

@@ -10,7 +10,7 @@ function(make_cppkafka_header)
endforeach()
#create file from template
configure_file(${PROJECT_SOURCE_DIR}/cppkafka.h.in ${CPPKAFKA_HEADER} @ONLY)
configure_file(${PROJECT_SOURCE_DIR}/cmake/cppkafka.h.in ${CPPKAFKA_HEADER} @ONLY)
endfunction()
# Run file generation function