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

Change link order

parent cc26fb5b
No related branches found
No related tags found
No related merge requests found
...@@ -56,12 +56,8 @@ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--as-needed") ...@@ -56,12 +56,8 @@ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--as-needed")
add_executable(linux-crash-logger ${linux_crash_logger_SOURCE_FILES}) add_executable(linux-crash-logger ${linux_crash_logger_SOURCE_FILES})
if (LINUX) # llcommon uses `clock_gettime' which is provided by librt on linux.
# llcommon uses `clock_gettime' which is provided by librt on linux. set(LIBRT_LIBRARY rt)
set(LIBRT_LIBRARY
rt
)
endif (LINUX)
target_link_libraries(linux-crash-logger target_link_libraries(linux-crash-logger
...@@ -72,8 +68,8 @@ target_link_libraries(linux-crash-logger ...@@ -72,8 +68,8 @@ target_link_libraries(linux-crash-logger
${LLVFS_LIBRARIES} ${LLVFS_LIBRARIES}
${LLMATH_LIBRARIES} ${LLMATH_LIBRARIES}
${LLCOREHTTP_LIBRARIES} ${LLCOREHTTP_LIBRARIES}
${LLCOMMON_LIBRARIES}
${LIBRT_LIBRARY} ${LIBRT_LIBRARY}
${LLCOMMON_LIBRARIES}
${BOOST_CONTEXT_LIBRARY} ${BOOST_CONTEXT_LIBRARY}
${BOOST_COROUTINE_LIBRARY} ${BOOST_COROUTINE_LIBRARY}
${UI_LIBRARIES} ${UI_LIBRARIES}
......
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