Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 38468da3 authored by gsell's avatar gsell
Browse files

bugfix in building unit-tests

parent 9f0421f8
No related branches found
No related tags found
No related merge requests found
......@@ -64,11 +64,19 @@ configure_file(SourcePath.h.in ${CMAKE_CURRENT_SOURCE_DIR}/OpalSourcePath.h)
# the opal and classic sources are not needed again if we link against libOPAL and libCLASSIC!
add_executable (${TEST_EXE} ${TEST_SRCS})
target_link_libraries (
${TEST_EXE}
libOPAL
${Trilinos_LIBRARIES} ${Trilinos_TPL_LIBRARIES}
${AMREX_LIBRARIES}
${OTHER_CMAKE_EXE_LINKER_FLAGS}
${GTEST_BOTH_LIBRARIES}
pthread
)
\ No newline at end of file
${TEST_EXE}
libOPAL
${OPTP_LIBS}
${OPTP_LIBRARY}
${IPPL_LIBRARY}
${GSL_LIBRARY}
${GSL_CBLAS_LIBRARY}
${H5Hut_LIBRARY}
${HDF5_LIBRARIES}
${Boost_LIBRARIES}
${Trilinos_LIBRARIES} ${Trilinos_TPL_LIBRARIES}
${AMREX_LIBRARIES}
${OTHER_CMAKE_EXE_LINKER_FLAGS}
${GTEST_BOTH_LIBRARIES}
pthread
)
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