Skip to content
Snippets Groups Projects
Commit 9210dcb3 authored by Rider Linden's avatar Rider Linden
Browse files

Reorder the rt library for Linux build

parent 4e8edebe
No related branches found
No related tags found
No related merge requests found
...@@ -19,11 +19,13 @@ if (LINUX) ...@@ -19,11 +19,13 @@ if (LINUX)
# In order to support using ld.gold on linux, we need to explicitely # In order to support using ld.gold on linux, we need to explicitely
# specify all libraries that llcommon uses. # specify all libraries that llcommon uses.
# llcommon uses `clock_gettime' which is provided by librt on linux. # llcommon uses `clock_gettime' which is provided by librt on linux.
set(LLCOMMON_LIBRARIES llcommon rt set(LLCOMMON_LIBRARIES llcommon
${BOOST_COROUTINE_LIBRARY} ${BOOST_COROUTINE_LIBRARY}
${BOOST_CONTEXT_LIBRARY} ${BOOST_CONTEXT_LIBRARY}
${BOOST_THREAD_LIBRARY} ${BOOST_THREAD_LIBRARY}
${BOOST_SYSTEM_LIBRARY} ) ${BOOST_SYSTEM_LIBRARY}
rt
)
else (LINUX) else (LINUX)
set(LLCOMMON_LIBRARIES llcommon set(LLCOMMON_LIBRARIES llcommon
${BOOST_COROUTINE_LIBRARY} ${BOOST_COROUTINE_LIBRARY}
......
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