System - Add pthread to unit test link parameters

This commit is contained in:
Magne Sjaastad
2017-07-19 16:28:17 +02:00
parent ac3abc78da
commit 3bbc1c9885
4 changed files with 18 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ message(STATUS ${PROJECT_NAME}" - Qt includes : " ${QT_LIBRARIES})
target_link_libraries ( ${PROJECT_NAME}
cafPdmCore
${QT_LIBRARIES}
${THREAD_LIBRARY}
)