mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Linux compile fixes
This commit is contained in:
@@ -4,6 +4,7 @@ project (RigGeoMechDataModel)
|
||||
|
||||
include_directories(
|
||||
${LibCore_SOURCE_DIR}
|
||||
${cafTensor_SOURCE_DIR}
|
||||
../../ResultStatisticsCache
|
||||
../OdbReader
|
||||
)
|
||||
@@ -33,4 +34,4 @@ add_library( ${PROJECT_NAME}
|
||||
RigFemResultPosEnum.h
|
||||
)
|
||||
|
||||
target_link_libraries( ${PROJECT_NAME} LibCore ResultStatisticsCache)
|
||||
target_link_libraries( ${PROJECT_NAME} LibCore cafTensor ResultStatisticsCache)
|
||||
|
||||
Reference in New Issue
Block a user