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

Move librt.

parent ef1b709c
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,6 @@ set(LIBRT_LIBRARY rt) ...@@ -61,7 +61,6 @@ set(LIBRT_LIBRARY rt)
target_link_libraries(linux-crash-logger target_link_libraries(linux-crash-logger
${LIBRT_LIBRARY}
${LLCRASHLOGGER_LIBRARIES} ${LLCRASHLOGGER_LIBRARIES}
${LLVFS_LIBRARIES} ${LLVFS_LIBRARIES}
${LLXML_LIBRARIES} ${LLXML_LIBRARIES}
...@@ -75,6 +74,7 @@ target_link_libraries(linux-crash-logger ...@@ -75,6 +74,7 @@ target_link_libraries(linux-crash-logger
${UI_LIBRARIES} ${UI_LIBRARIES}
${DB_LIBRARIES} ${DB_LIBRARIES}
${FREETYPE_LIBRARIES} ${FREETYPE_LIBRARIES}
${LIBRT_LIBRARY}
) )
add_custom_target(linux-crash-logger-target ALL add_custom_target(linux-crash-logger-target ALL
......
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