version.h : wrong file was deployed, added required include path and

This commit is contained in:
Olivier LIESS
2019-06-03 12:37:45 +02:00
committed by Jordan Bayles
parent c51d718ead
commit 629a727b5f
3 changed files with 8 additions and 25 deletions

View File

@@ -1,2 +1,6 @@
file(GLOB INCLUDE_FILES "json/*.h")
install(FILES ${INCLUDE_FILES} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/json)
install(FILES
${INCLUDE_FILES}
${PROJECT_BINARY_DIR}/include/json/version.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/json)