mirror of
https://github.com/darlinghq/darling-system_cmds.git
synced 2024-11-26 21:40:39 +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)
|