Fixed cmakelist for Reservoirdatamodel test project

p4#: 20190
This commit is contained in:
Jacob Støren
2013-01-17 21:26:12 +01:00
parent 04006370ac
commit c74619e79a
5 changed files with 14 additions and 61 deletions

View File

@@ -47,6 +47,15 @@ set(STRPRODUCTVER ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VE
################################################################################
add_subdirectory(ThirdParty/Ert/devel)
include_directories(
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libecl/src
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libutil/src
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libgeometry/src
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libwell/src
${CMAKE_BINARY_DIR}/ThirdParty/Ert/devel/libutil/src
)
################################################################################
# Qt
################################################################################