Added Boost_LIBARIES to opm-json link target

This commit is contained in:
Joakim Hove
2013-07-30 14:07:57 +02:00
parent c829bf0b66
commit 66cbb1a5cb
+1 -1
View File
@@ -4,5 +4,5 @@ enable_language( C )
set( json_source JsonObject.cpp cjson/cJSON.c )
add_library(opm-json ${json_source})
target_link_libraries( opm-json ${Boost_LIBRARIES} )