mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[common] implemented crash handler for linux (including backtrace)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user