Files
rocm-systems/tests/catch/kernels/CMakeLists.txt
T

9 lines
183 B
CMake
Raw Normal View History

if(NOT RTC_TESTING)
set(TEST_SRC
Set.cpp
)
add_library(KERNELS EXCLUDE_FROM_ALL OBJECT ${TEST_SRC})
target_compile_options(KERNELS PUBLIC -std=c++17)
endif()