Files
opm-common/opm/parser/eclipse/EclipseState/tests/CMakeLists.txt
2016-02-04 15:13:40 +01:00

7 lines
166 B
CMake

foreach(tapp EclipseStateTests )
opm_add_test(run${tapp} SOURCES ${tapp}.cpp
LIBRARIES opmparser ${Boost_LIBRARIES})
endforeach()