Skip to content
Snippets Groups Projects
Commit 273054d0 authored by Markus Blatt's avatar Markus Blatt
Browse files

make all works.

make doc works.

[[Imported from SVN: r1557]]
parent 589efbc3
No related branches found
No related tags found
No related merge requests found
add_executable(poosc08 "poosc08.cc")
target_link_libraries(poosc08 "dunecommon")
add_executable(poosc08_test "poosc08_test.cc")
target_link_libraries(poosc08_test "dunecommon")
add_executable(indexset "indexset.cc")
add_dune_mpi_flags(poosc08;poosc08test;indexset)
target_link_libraries(indexset "dunecommon")
add_dune_mpi_flags("poosc08;poosc08_test;indexset")
include(UseLATEX)
ADD_LATEX_DOCUMENT(communication.tex FATHER_TARGET doc
BIBFILES communcation.bib DEFAULT_PDF INPUTS poosc08_test.cc
BIBFILES communication.bib DEFAULT_SAFEPDF INPUTS poosc08_test.cc
IMAGE_DIRS figures)
create_doc_install(${CMAKE_CURRENT_BINARY_DIR}/communication.pdf share/doc/dune-istl/comm)
add_subdirectory("paamg")
add_subdirectory("tutorial")
add_subdirectory("test")
add_subdirectory("test" EXCLUDE_FROM_ALL)
#install headers
install(FILES
......
add_subdirectory("test")
add_subdirectory("test" EXCLUDE_FROM_ALL)
#install headers
install(FILES aggregates.hh dependency.hh galerkin.hh graph.hh
......
set(MPITESTS galerkintest hierarchytest pamgtest
pamg_comm_repart_test transfertest)
set(NORMALTEST amgtest graphtest kamgtest)
set(NORMALTESTS amgtest graphtest kamgtest)
# We do not want want to build the tests during make all,
# but just build them on demand
add_dependencies(build_tests ${MPITESTS} ${NORMALTEST})
add_dependencies(build_tests ${MPITESTS} ${NORMALTESTS})
add_executable(amgtest "amgtest.cc")
add_executable(galerkintest "galerkintest.cc")
......
add_executable(example "example.cc")
target_link_libraries(example "dunecommon")
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