mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-17 11:05:02 +02:00
Allow customization of component install dirs
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
FILE(GLOB INCLUDE_FILES "json/*.h")
|
||||
INSTALL(FILES ${INCLUDE_FILES} DESTINATION include/json)
|
||||
INSTALL(FILES ${INCLUDE_FILES} DESTINATION ${INCLUDE_INSTALL_DIR}/json)
|
||||
|
Reference in New Issue
Block a user