crash-pipe: Add utility to process core sent to stdin
[platform/core/system/crash-worker.git] / src / crash-pipe / CMakeLists.txt
1 set(CRASH_PIPE_BIN "crash-pipe")
2 set(CRASH_PIPE_SRCS crash-pipe.c)
3
4 add_executable(${CRASH_PIPE_BIN} ${CRASH_PIPE_SRCS})
5 install(TARGETS ${CRASH_PIPE_BIN} DESTINATION libexec)