Skip to content
Snippets Groups Projects
Commit 1c18b98b authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Rename ADD_LIBS into LINK_LIBRARIES

parent f0011193
No related branches found
No related tags found
No related merge requests found
dune_add_test(NAME test-curvedgeometry-double
SOURCES test-curvedgeometry.cc
ADD_LIBS ${DUNE_LIBS}
LINK_LIBRARIES ${DUNE_LIBS}
COMPILE_DEFINITIONS USE_FLOAT128=0
CMAKE_GUARD dune-localfunctions_FOUND)
dune_add_test(NAME test-curvedgeometry-float128
SOURCES test-curvedgeometry.cc
ADD_LIBS ${DUNE_LIBS}
LINK_LIBRARIES ${DUNE_LIBS}
COMPILE_DEFINITIONS USE_FLOAT128=1
CMAKE_GUARD
dune-localfunctions_FOUND
......@@ -15,13 +15,13 @@ dune_add_test(NAME test-curvedgeometry-float128
dune_add_test(NAME test-parametrizedgeometry-double
SOURCES test-parametrizedgeometry.cc
ADD_LIBS ${DUNE_LIBS}
LINK_LIBRARIES ${DUNE_LIBS}
COMPILE_DEFINITIONS USE_FLOAT128=0
CMAKE_GUARD dune-localfunctions_FOUND)
dune_add_test(NAME test-parametrizedgeometry-float128
SOURCES test-parametrizedgeometry.cc
ADD_LIBS ${DUNE_LIBS}
LINK_LIBRARIES ${DUNE_LIBS}
COMPILE_DEFINITIONS USE_FLOAT128=1
CMAKE_GUARD
dune-localfunctions_FOUND
......@@ -30,16 +30,16 @@ dune_add_test(NAME test-parametrizedgeometry-float128
dune_add_test(NAME test-localfunctiongeometry-double
SOURCES test-localfunctiongeometry.cc
ADD_LIBS ${DUNE_LIBS}
LINK_LIBRARIES ${DUNE_LIBS}
COMPILE_DEFINITIONS USE_FLOAT128=0)
dune_add_test(NAME test-localfunctiongeometry-float128
SOURCES test-localfunctiongeometry.cc
ADD_LIBS ${DUNE_LIBS}
LINK_LIBRARIES ${DUNE_LIBS}
COMPILE_DEFINITIONS USE_FLOAT128=1
CMAKE_GUARD HAVE_QUADMATH)
dune_add_test(SOURCES test-globalparametrization.cc
ADD_LIBS ${DUNE_LIBS}
LINK_LIBRARIES ${DUNE_LIBS}
CMAKE_GUARD dune-localfunctions_FOUND)
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