617f19e6d9
Change-Id: I656fc59184863ef142cf89d7541982492f6b8484
12 lines
314 B
CMake
Executable File
12 lines
314 B
CMake
Executable File
set(TEST_SRC
|
|
hipStreamCreate.cc
|
|
hipStreamGetFlags.cc
|
|
hipStreamGetPriority.cc
|
|
hipMultiStream.cc
|
|
)
|
|
|
|
# Create shared lib of all tests
|
|
add_library(StreamTest SHARED EXCLUDE_FROM_ALL ${TEST_SRC})
|
|
|
|
# Add dependency on build_tests to build it on this custom target
|
|
add_dependencies(build_tests StreamTest) |