mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 18:51:04 +08:00
7 lines
171 B
CMake
7 lines
171 B
CMake
file(GLOB INCLUDE_FILES "json/*.h")
|
|
install(FILES
|
|
${INCLUDE_FILES}
|
|
${PROJECT_BINARY_DIR}/include/json/version.h
|
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/json)
|
|
|