Skip to content
Snippets Groups Projects
Commit b2b3503f authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

adapted svn history of every CMakeLists.txt

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4147 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent addc7d7b
No related branches found
No related tags found
No related merge requests found
# add build targets
ADD_EXECUTABLE("test_spline" test_spline.cc)
TARGET_LINK_LIBRARIES("test_spline" ${DumuxLinkLibraries})
# add required libraries and includes to the build flags
LINK_DIRECTORIES(${DumuxLinkDirectories})
INCLUDE_DIRECTORIES(${DumuxIncludeDirectories})
# directories which are commented out do not compile at the moment
# (they also don't compile if using the old build system)!
add_subdirectory("1p")
add_subdirectory("2p")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment