init repo.
This commit is contained in:
5
third_party/jsoncpp/include/CMakeLists.txt
vendored
Normal file
5
third_party/jsoncpp/include/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
file(GLOB INCLUDE_FILES "json/*.h")
|
||||
install(FILES
|
||||
${INCLUDE_FILES}
|
||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/json)
|
||||
|
Reference in New Issue
Block a user