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:
parent
422a682b27
commit
2c980e6b1b
@ -4,6 +4,7 @@ project (RigGeoMechDataModel)
|
|||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
${LibCore_SOURCE_DIR}
|
${LibCore_SOURCE_DIR}
|
||||||
|
${cafTensor_SOURCE_DIR}
|
||||||
../../ResultStatisticsCache
|
../../ResultStatisticsCache
|
||||||
../OdbReader
|
../OdbReader
|
||||||
)
|
)
|
||||||
@ -33,4 +34,4 @@ add_library( ${PROJECT_NAME}
|
|||||||
RigFemResultPosEnum.h
|
RigFemResultPosEnum.h
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries( ${PROJECT_NAME} LibCore ResultStatisticsCache)
|
target_link_libraries( ${PROJECT_NAME} LibCore cafTensor ResultStatisticsCache)
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#include "cvfSystem.h"
|
#include "cvfSystem.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include "cvfMatrix3.h"
|
#include "cvfMatrix3.h"
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
namespace caf {
|
namespace caf {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user