mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-27 11:21:02 +08:00
3 lines
93 B
CMake
3 lines
93 B
CMake
|
FILE(GLOB INCLUDE_FILES "json/*.h")
|
||
|
INSTALL(FILES ${INCLUDE_FILES} DESTINATION include/json)
|