mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
fix rare tst_qmutex build failure
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
56d5e657a0
commit
764f3f6503
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
katie_test(tst_qmutex
|
katie_test(tst_qmutex
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/tst_qmutex.cpp
|
${CMAKE_CURRENT_SOURCE_DIR}/tst_qmutex.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# possible pthread reference from the global static mutex
|
||||||
|
target_link_libraries(tst_qmutex ${CMAKE_THREAD_LIBS_INIT})
|
||||||
|
|
Loading…
Add table
Reference in a new issue