Merge branch 'openSourceMulti' into proMulti
This commit is contained in:
commit
4e2a6d1eb2
1 changed files with 4 additions and 1 deletions
|
@ -187,9 +187,12 @@ add_library (mist
|
|||
${libHeaders}
|
||||
${libSources}
|
||||
)
|
||||
if (NOT APPLE)
|
||||
set (LIBRT -lrt)
|
||||
endif()
|
||||
target_link_libraries(mist
|
||||
-lpthread
|
||||
-lrt
|
||||
${LIBRT}
|
||||
)
|
||||
install(
|
||||
FILES ${libHeaders}
|
||||
|
|
Loading…
Add table
Reference in a new issue