opm-simulators/examples/CMakeLists.txt
Andreas Lauser 95ae6949d8 fix the CMake build
also, fix and simplify the CTest system
2012-10-19 19:39:53 +02:00

12 lines
415 B
CMake

# add build targets
ADD_EXECUTABLE("tutorial_decoupled" tutorial_decoupled.cc)
TARGET_LINK_LIBRARIES("tutorial_decoupled" ${EwomsLinkLibraries})
ADD_EXECUTABLE("tutorial_coupled" tutorial_coupled.cc)
TARGET_LINK_LIBRARIES("tutorial_coupled" ${EwomsLinkLibraries})
# add required libraries and includes to the build flags
LINK_DIRECTORIES(${EwomsLinkDirectories})
INCLUDE_DIRECTORIES(${EwomsIncludeDirectories})