common: Add libc sigaction hook

This commit is contained in:
GPUCode 2023-11-17 20:22:38 +02:00 committed by t895
parent 5a182f4e7c
commit 20011dfeb8
3 changed files with 68 additions and 0 deletions

View file

@ -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