Support for generating pkg-config file

This commit is contained in:
Alexander Damian
2019-04-26 16:19:54 -04:00
parent df4eaa0735
commit bd43d3c767
3 changed files with 26 additions and 2 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})
configure_file(${PROJECT_SOURCE_DIR}/cppkafka.h.in ${CPPKAFKA_HEADER} @ONLY)
endfunction()
# Run file generation function