croc: 10.1.1 -> 10.1.3 (#364662)
[NixPkgs.git] / pkgs / os-specific / darwin / apple-source-releases / basic_cmds / meson.build.in
blobe8f364c364e0251df1fabe3b3e40ddec229a1f73
1 # Build settings based on the upstream Xcode project.
2 # See: https://github.com/apple-oss-distributions/basic_cmds/blob/main/basic_cmds.xcodeproj/project.pbxproj
4 # Project settings
5 project('basic_cmds', 'c', version : '@version@')
8 # Dependencies
9 cc = meson.get_compiler('c')
12 # Binaries
13 executable(
14     'mesg',
15     install : true,
16     sources : [ 'mesg/mesg.c' ],
18 install_man('mesg/mesg.1')
20 executable(
21     'write',
22     install : true,
23     sources : [ 'write/write.c' ],
25 install_man('write/write.1')