mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 07:37:21 +02:00
12 lines
191 B
Meson
12 lines
191 B
Meson
# An example game
|
|
executable(
|
|
'gamemode-simulate-game',
|
|
sources: [
|
|
'main.c',
|
|
],
|
|
include_directories: libgamemode_includes,
|
|
dependencies: [
|
|
libdl,
|
|
],
|
|
)
|