3 lines
93 B
CMake
3 lines
93 B
CMake
![]() |
FILE(GLOB INCLUDE_FILES "json/*.h")
|
||
|
INSTALL(FILES ${INCLUDE_FILES} DESTINATION include/json)
|