[common] implemented crash handler for linux (including backtrace)

This commit is contained in:
Geoffrey McRae
2019-04-11 16:41:52 +10:00
parent 611216286e
commit 32bd6d96e3
7 changed files with 173 additions and 43 deletions

View File

@@ -9,11 +9,9 @@ if(WIN32)
add_library(lg_common STATIC src/crash.windows.c)
else()
add_library(lg_common STATIC src/crash.linux.c)
target_link_libraries(lg_common bfd)
endif()
#target_link_libraries(lg_common
#)
target_include_directories(lg_common
INTERFACE
include