Ver Fonte

install example

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit há 4 anos atrás
pai
commit
e1ae78e346
1 ficheiros alterados com 2 adições e 0 exclusões
  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,
 )