You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
595 B
26 lines
595 B
4 months ago
|
|
||
|
set(HARNESS_SOURCES
|
||
|
harness/threadTesting.cpp
|
||
|
harness/typeWrappers.cpp
|
||
|
harness/mt19937.cpp
|
||
|
harness/conversions.cpp
|
||
|
harness/rounding_mode.cpp
|
||
|
harness/msvc9.c
|
||
|
harness/crc32.cpp
|
||
|
harness/errorHelpers.cpp
|
||
|
harness/featureHelpers.cpp
|
||
|
harness/genericThread.cpp
|
||
|
harness/imageHelpers.cpp
|
||
|
harness/kernelHelpers.cpp
|
||
|
harness/deviceInfo.cpp
|
||
|
harness/os_helpers.cpp
|
||
|
harness/parseParameters.cpp
|
||
|
harness/propertyHelpers.cpp
|
||
|
harness/testHarness.cpp
|
||
|
harness/ThreadPool.cpp
|
||
|
miniz/miniz.c
|
||
|
)
|
||
|
|
||
|
add_library(harness STATIC ${HARNESS_SOURCES})
|
||
|
|