mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
7b28698c5c
* Cleanup versioning strategy Currently, versioning is a mess. CMake and Meson have seperate build version number storage locations, with no way of knowing you need to have both. Plus, due to recent revisions the amalgamate script is broken unless you build first, and may still be broken afterwards. This PR fixes some issues with versioning, and adds comments clarifying what has to be done when doing a release. * Run clang format * Update SOVERSION....
6 lines
122 B
CMake
6 lines
122 B
CMake
file(GLOB INCLUDE_FILES "json/*.h")
|
|
install(FILES
|
|
${INCLUDE_FILES}
|
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/json)
|
|
|