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}
|
${libHeaders}
|
||||||
${libSources}
|
${libSources}
|
||||||
)
|
)
|
||||||
|
if (NOT APPLE)
|
||||||
|
set (LIBRT -lrt)
|
||||||
|
endif()
|
||||||
target_link_libraries(mist
|
target_link_libraries(mist
|
||||||
-lpthread
|
-lpthread
|
||||||
-lrt
|
${LIBRT}
|
||||||
)
|
)
|
||||||
install(
|
install(
|
||||||
FILES ${libHeaders}
|
FILES ${libHeaders}
|
||||||
|
|
Loading…
Add table
Reference in a new issue