Skip to content

Commit

Permalink
Add missing cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
diehlpk committed Dec 19, 2024
1 parent 0992869 commit c022840
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions use-cases/core/median-finding/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(KokkosTutorialTasking)
include(../../common.cmake)

add_executable(Median median_finding.cpp)
target_link_libraries(Median Kokkos::kokkos)

0 comments on commit c022840

Please sign in to comment.