Added CJSON_INCLUDE_DIRS to OPM_PARSER_INCLUDE_DIRS

This commit is contained in:
Joakim Hove 2013-11-15 15:40:42 +01:00
parent 1d39d4bcda
commit 954203fb83

View File

@ -116,7 +116,9 @@ endif ()
# we use the plural form to get *all* the libraries needed by cjson
set (OPM_PARSER_INCLUDE_DIRS
${OPM_PARSER_INCLUDE_DIR}
${CJSON_INCLUDE_DIRS}
${Boost_INCLUDE_DIRS})
set (OPM_PARSER_LIBRARIES
${OPM_PARSER_LIBRARY}
${OPM_JSON_LIBRARY}