quickerNES/source/meson.build

13 lines
232 B
Meson
Raw Permalink Normal View History

# Getting core configurations
if get_option('buildQuickNES') == true
subdir('quickNES')
endif
subdir('quickerNES')
2024-01-14 09:31:17 +00:00
# Tool Configuration
2024-01-14 09:31:17 +00:00
toolDependency = declare_dependency(
2024-02-08 18:30:37 +00:00
include_directories : include_directories(['.']),
)