Skip to content

Commit

Permalink
modify example_project
Browse files Browse the repository at this point in the history
  • Loading branch information
KowerKoint committed Nov 15, 2024
1 parent 5fa9b86 commit 7d81c58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example_project/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ cmake_minimum_required(VERSION 3.21)

project(example)

find_package(scaluq)
find_package(OpenMP)
find_package(Kokkos)
find_package(scaluq)
add_executable(main main.cpp)
target_include_directories(main PUBLIC /usr/local/include/scaluq)
target_include_directories(main PUBLIC /usr/local/include/kokkos)
Expand Down

0 comments on commit 7d81c58

Please sign in to comment.