Skip to content

Commit

Permalink
fixup: Add KleinGordonBoundaryTestHelpers.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Sizheng-Ma committed Jan 5, 2024
1 parent bd4de36 commit d3ae3b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/Unit/Helpers/Evolution/Systems/Cce/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ set(LIBRARY_SOURCES

add_spectre_library(${LIBRARY} ${SPECTRE_TEST_LIBS_TYPE} ${LIBRARY_SOURCES})

spectre_target_headers(
${LIBRARY}
INCLUDE_DIRECTORY ${CMAKE_SOURCE_DIR}/tests/Unit
HEADERS
KleinGordonBoundaryTestHelpers.hpp
)

target_link_libraries(
${LIBRARY}
PUBLIC
Expand Down

0 comments on commit d3ae3b1

Please sign in to comment.