mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-09-07 20:04:41 -04:00

This ensures that cmake between the compiled objects and the headers match. Previously, if they didn't match you could get linker issues.
4 lines
86 B
CMake
4 lines
86 B
CMake
install(FILES
|
|
${PUBLIC_HEADERS}
|
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/json)
|