Files
rocm-systems/projects/hip-tests/catch/unit/deviceLib/CMakeLists.txt
T
cjatin abab64b35a SWDEV-277697 - Adding Infra and dependent libs: Catch2 and json parser, for new HIP Testing framework
Change-Id: Iedfa041ec9acc13eeb631ff67e1677e2fe29463d


[ROCm/hip-tests commit: be6809d8d1]
2021-05-19 00:47:00 -04:00

12 rindas
310 B
CMake

# Common Tests - Test independent of all platforms
set(TEST_SRC
floatMath.cc
vectorTypesDevice.cc
)
# Create shared lib of all tests
add_library(DeviceLibs SHARED EXCLUDE_FROM_ALL ${TEST_SRC})
# Add dependency on build_tests to build it on this custom target
add_dependencies(build_tests DeviceLibs)