Files
opm-common/opm/parser/eclipse/EclipseState/SimulationConfig/tests/CMakeLists.txt
2015-05-26 13:53:54 +02:00

5 lines
182 B
CMake

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