Files
third_party_jsoncpp/include/CMakeLists.txt
T
2021-06-02 02:30:41 +08:00

6 lines
122 B
CMake
Executable File

file(GLOB INCLUDE_FILES "json/*.h")
install(FILES
${INCLUDE_FILES}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/json)