mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
5 lines
136 B
CMake
5 lines
136 B
CMake
if(WITH_THREADS AND THREADS_FOUND)
|
|
katie_test(tst_qthreadpool
|
|
${CMAKE_CURRENT_SOURCE_DIR}/tst_qthreadpool.cpp
|
|
)
|
|
endif()
|