Skip to content
Snippets Groups Projects
Commit 0c0c97b8 authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

external: add librt to libraries linked with flesnet.

parent f2efa9cb
No related branches found
No related tags found
No related merge requests found
...@@ -106,6 +106,7 @@ list(APPEND dir_to_link ...@@ -106,6 +106,7 @@ list(APPEND dir_to_link
if(NOT APPLE) if(NOT APPLE)
list(APPEND dir_to_link ${Boost_THREAD_LIBRARY}) list(APPEND dir_to_link ${Boost_THREAD_LIBRARY})
endif() endif()
list(APPEND dir_to_link -lrt)
set_target_properties(external::fles_ipc PROPERTIES set_target_properties(external::fles_ipc PROPERTIES
IMPORTED_LOCATION ${FLESNET_DESTDIR}/src/flesnet-build/lib/fles_ipc/${CMAKE_STATIC_LIBRARY_PREFIX}fles_ipc${CMAKE_STATIC_LIBRARY_SUFFIX} IMPORTED_LOCATION ${FLESNET_DESTDIR}/src/flesnet-build/lib/fles_ipc/${CMAKE_STATIC_LIBRARY_PREFIX}fles_ipc${CMAKE_STATIC_LIBRARY_SUFFIX}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment