mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-08 02:58:24 +00:00
5 lines
176 B
Meson
5 lines
176 B
Meson
if get_option('build_examples') == false and get_option('dev_build') == false
|
|
subdir_done()
|
|
endif
|
|
|
|
example_exe = executable('example', 'example.c', dependencies : spng_dep) |