Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ enable_testing()
find_package(GTest CONFIG REQUIRED)

# C++/CUDA test executable
add_executable(test_add
tests/test_add.cu
)
file(GLOB CPP_CUDA_TEST_SOURCES tests/cpp_tests/*.cu tests/cpp_tests/*.cpp)
add_executable(test_add ${CPP_CUDA_TEST_SOURCES})

target_link_libraries(test_add
PRIVATE
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.