Skip to content

Commit

Permalink
CMakeLists.txt: put in test for kernel logger
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Mar 7, 2024
1 parent 9ee7600 commit 4c241a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sampler/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kp_add_executable_and_test(
TARGET_NAME test_sampler_randomizedsampling
SOURCE_FILE test_randomized_sampling.cpp
KOKKOS_TOOLS_LIBS kp_kokkos_sampler
KOKKOS_TOOLS_LIBS kp_kokkos_sampler kp_kernel_logger
)

0 comments on commit 4c241a2

Please sign in to comment.