Skip to content
Snippets Groups Projects
Commit f13cab34 authored by Timon Habenicht's avatar Timon Habenicht
Browse files

adds Boost to Numerical Tests

parent ce3d9388
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,6 @@ linkCuda(${targetName})
include (${CMAKE_SOURCE_DIR}/${cmakeMacroPath}/MPI/Link.cmake)
linkMPI(${targetName})
include (${CMAKE_SOURCE_DIR}/${cmakeMacroPath}/fftw/Link.cmake)
linkFftw(${targetName})
\ No newline at end of file
linkFftw(${targetName})
include (${CMAKE_SOURCE_DIR}/${cmakeMacroPath}/Boost/Link.cmake)
linkBoost(${targetName} "")
\ No newline at end of file
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