Add option to use a system-installed KWIML

Do not activate it with the general use-system-libs options for now
because KWIML is not commonly distributed or available.
This commit is contained in:
Brad King
2015-12-18 09:57:55 -05:00
parent 036b6ef7c4
commit a5dd0c9d42
6 changed files with 48 additions and 5 deletions

View File

@@ -23,3 +23,4 @@ include_directories(
)
add_library(cmjsoncpp ${JSONCPP_SOURCES})
target_link_libraries(cmjsoncpp ${CMake_KWIML_LIBRARIES})