mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1712 Build System : Add ERT lib to list of third party libs
This commit is contained in:
@@ -316,8 +316,6 @@ set( LINK_LIBRARIES
|
|||||||
${APP_FWK_LIBRARIES}
|
${APP_FWK_LIBRARIES}
|
||||||
${VIZ_FWK_LIBRARIES}
|
${VIZ_FWK_LIBRARIES}
|
||||||
|
|
||||||
${ERT_LIBRARIES}
|
|
||||||
|
|
||||||
${THIRD_PARTY_LIBRARIES}
|
${THIRD_PARTY_LIBRARIES}
|
||||||
|
|
||||||
${OPENGL_LIBRARIES}
|
${OPENGL_LIBRARIES}
|
||||||
|
|||||||
@@ -139,6 +139,10 @@ else()
|
|||||||
|
|
||||||
endif(RESINSIGHT_ERT_EXTERNAL_LIB_ROOT OR RESINSIGHT_ERT_EXTERNAL_INCLUDE_ROOT)
|
endif(RESINSIGHT_ERT_EXTERNAL_LIB_ROOT OR RESINSIGHT_ERT_EXTERNAL_INCLUDE_ROOT)
|
||||||
|
|
||||||
|
list(APPEND THIRD_PARTY_LIBRARIES
|
||||||
|
${ERT_LIBRARIES}
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Subset of Boost, used by NRLib and flow diagnostics application
|
# Subset of Boost, used by NRLib and flow diagnostics application
|
||||||
|
|||||||
Reference in New Issue
Block a user