summaryrefslogtreecommitdiff
path: root/codemaker/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/meson.build')
-rw-r--r--codemaker/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/codemaker/meson.build b/codemaker/meson.build
index 6c5c750786d7..2eae937c1749 100644
--- a/codemaker/meson.build
+++ b/codemaker/meson.build
@@ -21,5 +21,6 @@ cppumaker_exe = executable('cppumaker',
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
link_with: [codemaker_st_lib, unoidl_lib, salhelper_lib, sal_lib],
install: true,
+ install_dir: 'sdk/bin',
)