tile/third_party/jsoncpp/include/CMakeLists.txt

6 lines
122 B
CMake
Raw Normal View History

2024-12-19 13:14:37 +08:00
file(GLOB INCLUDE_FILES "json/*.h")
install(FILES
${INCLUDE_FILES}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/json)