Explorar el Código

install example

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit hace 4 años
padre
commit
e1ae78e346
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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,
 )