katie/tests/auto/qthreadpool/CMakeLists.txt
Ivailo Monev 8fff078776 build auto tests that depend on thread support conditionally
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-07-28 19:49:42 +00:00

5 lines
136 B
CMake

if(WITH_THREADS AND THREADS_FOUND)
katie_test(tst_qthreadpool
${CMAKE_CURRENT_SOURCE_DIR}/tst_qthreadpool.cpp
)
endif()