Browse Source

install example

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit 4 years ago
parent
commit
e1ae78e346
1 changed files with 2 additions and 0 deletions
  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,
 )