katie/tests/auto/qthread/CMakeLists.txt
Ivailo Monev 0763c82311 link QThread test to system thread library
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-12-24 08:49:13 +00:00

5 lines
135 B
CMake

katie_test(tst_qthread
${CMAKE_CURRENT_SOURCE_DIR}/tst_qthread.cpp
)
target_link_libraries(tst_qthread ${CMAKE_THREAD_LIBS_INIT})