link QThread test to system thread library

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-12-24 08:49:13 +00:00
parent f239d2fce3
commit 0763c82311

View file

@ -1,3 +1,5 @@
katie_test(tst_qthread
${CMAKE_CURRENT_SOURCE_DIR}/tst_qthread.cpp
)
target_link_libraries(tst_qthread ${CMAKE_THREAD_LIBS_INIT})