this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Include libkqueue in libsystem

+2
+2
src/libsystem/CMakeLists.txt
··· 42 42 add_circular(system FAT 43 43 SOURCES 44 44 ${libsystem_sources} 45 + OBJECTS 46 + $<TARGET_OBJECTS:kqueue> 45 47 ) 46 48 target_link_libraries(system PRIVATE system_malloc system_c system_kernel keymgr sandbox 47 49 system_m system_info system_notify system_quarantine libdispatch_shared launch compiler_rt