mirror of
https://github.com/openharmony/third_party_jsoncpp.git
synced 2026-07-18 18:14:33 -04:00
6 lines
122 B
CMake
Executable File
6 lines
122 B
CMake
Executable File
file(GLOB INCLUDE_FILES "json/*.h")
|
|
install(FILES
|
|
${INCLUDE_FILES}
|
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/json)
|
|
|