Files
lunch-games/config/template.build
Tomas a66f19190e Increased build speed
Instead of recompiling all of lunch source for each game, we generate
source files containing the `main` function and default configuration
for every game instead.
2025-11-27 00:44:48 +01:00

7 lines
205 B
Plaintext

exec = executable(
'$name',
files('main.d') + windows.compile_resources(files('resource.rc')),
include_directories: includes,
d_import_dirs: ['.'],
link_with: [lunch, lua, luad, toml]
)