#769 Fixed compile issues on Linux

This commit is contained in:
Magne Sjaastad 2016-06-19 12:37:53 +02:00
parent 8f12eb9a19
commit 2f83194a5e

View File

@ -30,8 +30,8 @@ add_executable (${PROJECT_NAME}
source_group("" FILES ${PROJECT_FILES})
target_link_libraries ( ${PROJECT_NAME}
${ERT_LIBRARIES}
custom-opm-parser
${ERT_LIBRARIES}
${Boost_LIBRARIES}
)