604de0f817
* EXSWCPHIPT-42 - Add HIP RTC support to the test framework * Removed ifdef from hipTestContext class
9 rader
183 B
CMake
9 rader
183 B
CMake
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()
|