mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-03 12:10:57 -06:00
d7d5d2942b
This is an intermediate commit and does not compile p4#: 22222
10 lines
430 B
CMake
10 lines
430 B
CMake
add_executable( geo_surface geo_surface.c )
|
|
target_link_libraries( geo_surface ert_geometry test_util )
|
|
|
|
add_test( geo_surface ${EXECUTABLE_OUTPUT_PATH}/geo_surface
|
|
${PROJECT_SOURCE_DIR}/test-data/Statoil/Geometry/Surface.irap
|
|
${PROJECT_SOURCE_DIR}/test-data/Statoil/Geometry/Surface_incompatible.irap )
|
|
|
|
set_property( TEST geo_surface PROPERTY LABELS StatoilData )
|
|
|