mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-06 10:55:57 +02:00

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)
|