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

Missed the linux crash logger.

parent cd556555
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ project(linux_crash_logger) ...@@ -4,6 +4,7 @@ project(linux_crash_logger)
include(00-Common) include(00-Common)
include(GLH) include(GLH)
include(LLCoreHttp)
include(LLCommon) include(LLCommon)
include(LLCrashLogger) include(LLCrashLogger)
include(LLMath) include(LLMath)
...@@ -13,8 +14,10 @@ include(LLXML) ...@@ -13,8 +14,10 @@ include(LLXML)
include(Linking) include(Linking)
include(UI) include(UI)
include(FreeType) include(FreeType)
include(Boost)
include_directories( include_directories(
${LLCOREHTTP_INCLUDE_DIRS}
${LLCOMMON_INCLUDE_DIRS} ${LLCOMMON_INCLUDE_DIRS}
${LLCRASHLOGGER_INCLUDE_DIRS} ${LLCRASHLOGGER_INCLUDE_DIRS}
${LLMATH_INCLUDE_DIRS} ${LLMATH_INCLUDE_DIRS}
...@@ -60,7 +63,10 @@ target_link_libraries(linux-crash-logger ...@@ -60,7 +63,10 @@ target_link_libraries(linux-crash-logger
${LLMESSAGE_LIBRARIES} ${LLMESSAGE_LIBRARIES}
${LLVFS_LIBRARIES} ${LLVFS_LIBRARIES}
${LLMATH_LIBRARIES} ${LLMATH_LIBRARIES}
${LLCOREHTTP_LIBRARIES}
${LLCOMMON_LIBRARIES} ${LLCOMMON_LIBRARIES}
${BOOST_CONTEXT_LIBRARY}
${BOOST_COROUTINE_LIBRARY}
${UI_LIBRARIES} ${UI_LIBRARIES}
${DB_LIBRARIES} ${DB_LIBRARIES}
${FREETYPE_LIBRARIES} ${FREETYPE_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