瀏覽代碼

install example

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit 4 年之前
父節點
當前提交
e1ae78e346
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      example/meson.build

+ 2 - 0
example/meson.build

@@ -8,4 +8,6 @@ executable(
         libgamemode_dep,
         libdl,
     ],
+    install: true,
+    install_dir: path_bindir,
 )