Private
Public Access
2
0

cmake: make maa link against pthreads directly

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-05-15 16:40:21 +01:00
parent 9387c943d9
commit e84406d697
2 changed files with 8 additions and 7 deletions

View File

@@ -36,6 +36,7 @@ set (maa_LIB_SRCS
)
add_library (maa SHARED ${maa_LIB_SRCS})
target_link_libraries (maa ${CMAKE_THREAD_LIBS_INIT})
set_target_properties(
maa