ulib/3party/jsoncpp/include/CMakeLists.txt

6 lines
122 B
CMake
Raw Normal View History

2023-12-26 20:58:36 +08:00
file(GLOB INCLUDE_FILES "json/*.h")
install(FILES
${INCLUDE_FILES}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/json)