mirror of
https://github.com/ComodoSecurity/openedr/
synced 2026-06-06 15:24:33 +00:00
3 lines
113 B
CMake
3 lines
113 B
CMake
file(GLOB INCLUDE_FILES "json/*.h")
|
|
install(FILES ${INCLUDE_FILES} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/json)
|