Files
opm-common/opm/parser/eclipse/EclipseState/tests/CMakeLists.txt

4 lines
261 B
CMake

add_executable(runEclipseStateTests EclipseStateTests.cpp)
target_link_libraries(runEclipseStateTests Parser ${Boost_LIBRARIES})
add_test(NAME runEclipseStateTests WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND ${EXECUTABLE_OUTPUT_PATH}/runEclipseStateTests )