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 c6bd4c8e authored by gsell's avatar gsell
Browse files

tests/CMakeLists.txt: conflict from cherry-pick resolved

parent ee8a32ba
No related branches found
No related tags found
No related merge requests found
......@@ -61,5 +61,15 @@ INCLUDE_DIRECTORIES(${GTEST_INCLUDE_DIRS}
# Build the test exe. We don't do an install on the unit test exe as it is
# assumed that this is internal to opal
ADD_EXECUTABLE(${TEST_EXE} ${TEST_SRCS}) # the opal and classic sources are not needed again if we link against libOPAL and libCLASSIC!
TARGET_LINK_LIBRARIES(${TEST_EXE} OPALib ${OPAL_LIBS} ${Trilinos_LIBRARIES} ${Trilinos_TPL_LIBRARIES} ${AMREX_LIBRARIES} -lgfortran ${OTHER_CMAKE_EXE_LINKER_FLAGS} ${GTEST_BOTH_LIBRARIES} -lpthread)
# 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}
OPALib
${OPAL_LIBS}
${Trilinos_LIBRARIES} ${Trilinos_TPL_LIBRARIES}
${AMREX_LIBRARIES}
${OTHER_CMAKE_EXE_LINKER_FLAGS}
${GTEST_BOTH_LIBRARIES}
-lpthread
)
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