Allow customization of component install dirs

This commit is contained in:
Yu Xiaolei
2014-11-04 12:44:48 +08:00
parent 533dbe0898
commit 1c3a20de50
3 changed files with 14 additions and 4 deletions

View File

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