System : Improved organization of ThirdParty libraries

This commit is contained in:
Magne Sjaastad
2017-01-21 12:26:21 +01:00
parent 825c505443
commit d71476b1aa
2 changed files with 33 additions and 7 deletions

View File

@@ -289,9 +289,7 @@ endif()
set( LINK_LIBRARIES
custom-opm-parser
custom-opm-flowdiagnostics
custom-opm-flowdiag-app
${OPM_LIBRARIES}
WellPathImportSsihub
@@ -303,14 +301,12 @@ set( LINK_LIBRARIES
${ERT_LIBRARIES}
NRLib
${THIRD_PARTY_LIBRARIES}
${OPENGL_LIBRARIES}
${QT_LIBRARIES}
${RI_BOOST_LIBRARIES}
Qwt
)
set( EXTERNAL_LINK_LIBRARIES ${ERT_LIBRARY_LIST} )