mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-07 08:07:20 +02:00
14 lines
218 B
Meson
14 lines
218 B
Meson
# An example game
|
|
executable(
|
|
'gamemode-simulate-game',
|
|
sources: [
|
|
'main.c',
|
|
],
|
|
dependencies: [
|
|
libgamemode_dep,
|
|
libdl,
|
|
],
|
|
install: true,
|
|
install_dir: path_bindir,
|
|
)
|