Files
opm-common/opm/parser/eclipse/Applications/CMakeLists.txt
2015-05-26 14:25:21 +02:00

12 lines
355 B
CMake

add_executable(opm-eclkwtest opm-eclkwtest.cpp)
target_link_libraries(opm-eclkwtest opmparser)
install(TARGETS opm-eclkwtest DESTINATION "bin")
add_executable(opm-eclkw opm-eclkw.cpp)
target_link_libraries(opm-eclkw opmparser)
install(TARGETS opm-eclkw DESTINATION "bin")
add_executable(schedule Schedule.cpp)
target_link_libraries(schedule opmparser)