mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-17 03:03:21 +02:00
version.h : wrong file was deployed, added required include path and
This commit is contained in:

committed by
Jordan Bayles

parent
c51d718ead
commit
629a727b5f
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user