mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2536 Build System : Remove obsolete includes and update depending includes
This commit is contained in:
@@ -40,6 +40,16 @@ target_include_directories(${PROJECT_NAME}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
target_link_libraries( ${PROJECT_NAME} LibCore cafTensor ResultStatisticsCache RifOdbReader)
|
||||
target_link_libraries( ${PROJECT_NAME}
|
||||
LibCore
|
||||
|
||||
cafPdmCvf
|
||||
cafTensor
|
||||
cafUserInterface
|
||||
CommonCode
|
||||
|
||||
ResultStatisticsCache
|
||||
RifOdbReader
|
||||
)
|
||||
|
||||
source_group("" FILES ${PROJECT_FILES})
|
||||
|
||||
@@ -36,7 +36,6 @@ endif(MSVC)
|
||||
|
||||
include_directories(
|
||||
${RESINSIGHT_ODB_API_DIR}/include
|
||||
${RigGeoMechDataModel_SOURCE_DIR}
|
||||
${LibCore_SOURCE_DIR}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user