a-zlm/3rdpart/jsoncpp/include/CMakeLists.txt

6 lines
122 B
CMake
Raw Permalink Normal View History

2026-01-14 15:38:20 +08:00
file(GLOB INCLUDE_FILES "json/*.h")
install(FILES
${INCLUDE_FILES}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/json)