Files
opm-common/opm/parser/eclipse/Applications/CMakeLists.txt

7 lines
183 B
CMake

add_executable(eclipsedatadoctor EclipseDataDoctor.cpp)
target_link_libraries(eclipsedatadoctor Parser)
add_executable(schedule Schedule.cpp)
target_link_libraries(schedule Parser)