Files
opm-common/opm/parser/eclipse/Applications/CMakeLists.txt
2014-01-10 11:15:00 +01:00

12 lines
346 B
CMake

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