mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[c-host] added initial crash handler stub
This commit is contained in:
@@ -5,9 +5,11 @@ include_directories(
|
||||
${PROJECT_SOURCE_DIR}/include
|
||||
)
|
||||
|
||||
add_library(lg_common STATIC
|
||||
src/debug.c
|
||||
)
|
||||
if(WIN32)
|
||||
add_library(lg_common STATIC src/crash.windows.c)
|
||||
else()
|
||||
add_library(lg_common STATIC src/crash.linux.c)
|
||||
endif()
|
||||
|
||||
#target_link_libraries(lg_common
|
||||
#)
|
||||
|
Reference in New Issue
Block a user