46fb008ba6
Change-Id: Ib26527b704aed32ae3f3ed38bf6e2fd412462c8e
11 rivejä
228 B
CMake
11 rivejä
228 B
CMake
# AMD Tests
|
|
set(TEST_SRC
|
|
saxpy.cc
|
|
)
|
|
|
|
# Create shared lib of all tests
|
|
add_library(RTC SHARED EXCLUDE_FROM_ALL ${TEST_SRC})
|
|
|
|
# Add dependency on build_tests to build it on this custom target
|
|
add_dependencies(build_tests RTC)
|