mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 18:10:27 +01:00
0417e626c0
Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case.
3 lines
113 B
CMake
3 lines
113 B
CMake
file(GLOB INCLUDE_FILES "json/*.h")
|
|
install(FILES ${INCLUDE_FILES} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/json)
|