]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bundled: add missing includes to compile bundled kokkos target
authorMatthias Maier <tamiko@43-1.org>
Thu, 22 Jun 2023 01:40:11 +0000 (20:40 -0500)
committerMatthias Maier <tamiko@43-1.org>
Thu, 22 Jun 2023 14:52:38 +0000 (09:52 -0500)
bundled/kokkos-3.7.00/CMakeLists.txt

index 3ad84fe7d7cf4ee60c024b85b6d7365d0b19c855..4c60485d1615190cd89f69fe50cad83501539758 100644 (file)
@@ -69,4 +69,12 @@ enable_if_supported(DEAL_II_WARNING_FLAGS -Wno-missing-field-initializers)
 enable_if_supported(DEAL_II_WARNING_FLAGS -Wno-suggest-override)
 enable_if_supported(DEAL_II_WARNING_FLAGS -Wno-unused-but-set-parameter)
 
+include_directories(
+  ${CMAKE_CURRENT_SOURCE_DIR}/algorithms/src
+  ${CMAKE_CURRENT_SOURCE_DIR}/containers/src
+  ${CMAKE_CURRENT_SOURCE_DIR}/core/src
+  ${CMAKE_CURRENT_SOURCE_DIR}/simd/src
+  ${CMAKE_CURRENT_SOURCE_DIR}/tpls/desul/include
+  )
+
 define_object_library(bundled_kokkos OBJECT ${src_kokkos})

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.