LibC: Implement {sig,_,}{longjmp,setjmp}
This commit is contained in:
8
userspace/tests/test-setjmp/CMakeLists.txt
Normal file
8
userspace/tests/test-setjmp/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(test-setjmp ${SOURCES})
|
||||
banan_link_library(test-setjmp libc)
|
||||
|
||||
install(TARGETS test-setjmp OPTIONAL)
|
||||
Reference in New Issue
Block a user