Blame view

3rdparty/jsoncpp-1.9.5/include/CMakeLists.txt 122 Bytes
f4334277   Hu Chunming   提交3rdparty
1
2
3
4
  file(GLOB INCLUDE_FILES "json/*.h")
  install(FILES
      ${INCLUDE_FILES}
      DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/json)