mirror of
https://github.com/darlinghq/darling-system_cmds.git
synced 2024-11-27 05:50:53 +00:00
10 lines
190 B
CMake
10 lines
190 B
CMake
|
project(system_cmds-sync)
|
||
|
|
||
|
add_darling_executable(sync
|
||
|
sync.c
|
||
|
)
|
||
|
|
||
|
install(TARGETS sync DESTINATION libexec/darling/bin)
|
||
|
|
||
|
install(FILES sync.8 DESTINATION libexec/darling/usr/share/man/man8)
|