2025-05-02 15:41:09 +02:00
|
|
|
exec = executable(
|
|
|
|
|
'$name',
|
2025-11-27 00:44:48 +01:00
|
|
|
files('main.d') + windows.compile_resources(files('resource.rc')),
|
2025-05-02 15:41:09 +02:00
|
|
|
include_directories: includes,
|
|
|
|
|
d_import_dirs: ['.'],
|
2025-11-27 00:44:48 +01:00
|
|
|
link_with: [lunch, lua, luad, toml]
|
2025-05-02 15:41:09 +02:00
|
|
|
)
|