mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-08-16 16:37:10 -04:00
8 lines
156 B
CMake
8 lines
156 B
CMake
if (JSONCPP_WITH_INSTALL)
|
|
|
|
file(GLOB INCLUDE_FILES "json/*.h")
|
|
install(FILES
|
|
${INCLUDE_FILES}
|
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/json)
|
|
|
|
endif() |