CMakeLists.txt
1 project(shellspawn) 2 3 add_definitions(-nostdinc) 4 5 add_darling_executable(shellspawn shellspawn.c duct_signals.c) 6 7 install(TARGETS shellspawn DESTINATION libexec/darling/usr/libexec) 8 install(FILES org.darlinghq.shellspawn.plist DESTINATION libexec/darling/System/Library/LaunchDaemons) 9