mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 02:05:47 +00:00
common: Add libc sigaction hook
This commit is contained in:
parent
9485b44d25
commit
d4ff9e191b
3 changed files with 68 additions and 0 deletions
|
@ -166,6 +166,13 @@ if (WIN32)
|
|||
target_link_libraries(common PRIVATE ntdll)
|
||||
endif()
|
||||
|
||||
if (NOT WIN32)
|
||||
target_sources(common PRIVATE
|
||||
signal_chain.cpp
|
||||
signal_chain.h
|
||||
)
|
||||
endif()
|
||||
|
||||
if(ANDROID)
|
||||
target_sources(common
|
||||
PRIVATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue