mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 18:10:27 +01:00
3 lines
108 B
CMake
3 lines
108 B
CMake
FILE(GLOB INCLUDE_FILES "json/*.h")
|
|
INSTALL(FILES ${INCLUDE_FILES} DESTINATION ${INCLUDE_INSTALL_DIR}/json)
|