Parcourir la source

install example

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit il y a 4 ans
Parent
commit
e1ae78e346
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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,
 )