Explorar o código

install example

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit %!s(int64=4) %!d(string=hai) anos
pai
achega
e1ae78e346
Modificáronse 1 ficheiros con 2 adicións e 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,
 )