aboutsummaryrefslogtreecommitdiff
path: root/include/CMakeLists.txt
blob: 7dde10d6feb9d1ba0842dfdd04bd50d8b120ab61 (plain)
1
2
FILE(GLOB INCLUDE_FILES "json/*.h")
INSTALL(FILES ${INCLUDE_FILES} DESTINATION ${INCLUDE_INSTALL_DIR}/json)