summaryrefslogtreecommitdiff
path: root/src/fruits/cmc
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-11-27 11:48:38 -0500
committerAndrew Opalach <andrew@akon.city> 2024-11-27 11:48:38 -0500
commit5f32becb738a4b04f5b8951fdd8a464bf65eba8e (patch)
tree959883fbd7ada318ed19354833b6939d8efb7e9d /src/fruits/cmc
parentff8d09f72dda8e3285fda30626ab7bae18cc7ed6 (diff)
downloadcamu-5f32becb738a4b04f5b8951fdd8a464bf65eba8e.tar.gz
camu-5f32becb738a4b04f5b8951fdd8a464bf65eba8e.tar.bz2
camu-5f32becb738a4b04f5b8951fdd8a464bf65eba8e.zip
Add install targets
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/fruits/cmc')
-rw-r--r--src/fruits/cmc/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fruits/cmc/meson.build b/src/fruits/cmc/meson.build
index 6f79b78..4737c61 100644
--- a/src/fruits/cmc/meson.build
+++ b/src/fruits/cmc/meson.build
@@ -16,4 +16,4 @@ if is_windows and meson.is_cross_build()
cmc_args += ['-static', '-static-libgcc', '-static-libstdc++', '-municode', '-mwindows']
endif
-executable('cmc', cmc_src, dependencies: cmc_deps, link_args: cmc_args)
+executable('cmc', cmc_src, dependencies: cmc_deps, link_args: cmc_args, install: true)