Skip to content

Commit

Permalink
[cmake] add wg21 linear algebra support
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge committed Jan 7, 2023
1 parent 380e348 commit 0784b3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ FetchContent_Declare(
FIND_PACKAGE_ARGS NAMES Kokkos)
FetchContent_MakeAvailable(kokkos)

FetchContent_Declare(
linear_algebra
GIT_REPOSITORY "https://github.com/BobSteagall/wg21"
FIND_PACKAGE_ARGS NAMES wg21_linear_algebra)
FetchContent_MakeAvailable(linear_algebra)

add_subdirectory(benchmark)
add_subdirectory(cmake)
add_subdirectory(include)
Expand Down

0 comments on commit 0784b3f

Please sign in to comment.