Home | History | Annotate | Download | only in include
      1 FILE(GLOB INCLUDE_FILES "json/*.h")
      2 INSTALL(FILES ${INCLUDE_FILES} DESTINATION ${INCLUDE_INSTALL_DIR}/json)
      3