mirror of
https://github.com/randy408/libspng
synced 2025-03-28 21:13:20 +00:00
meson: add option to disable example
This commit is contained in:
parent
084139b4d5
commit
b242400042
@ -1 +1,5 @@
|
||||
if get_option('build_examples') == false and get_option('dev_build') == false
|
||||
subdir_done()
|
||||
endif
|
||||
|
||||
example_exe = executable('example', 'example.c', dependencies : spng_dep)
|
@ -3,6 +3,7 @@ option('enable_opt', type : 'boolean', value : true, description : 'Enable archi
|
||||
option('use_miniz', type : 'boolean', value : false, description : 'Compile with miniz instead of zlib, disables some features')
|
||||
option('static_zlib', type : 'boolean', value : false, description : 'Link zlib statically')
|
||||
option('benchmarks', type : 'boolean', value : false, description : 'Enable benchmarks, requires Git LFS')
|
||||
option('build_examples', type : 'boolean', value : true, description : 'Build examples, overriden by dev_build')
|
||||
|
||||
|
||||
# Not for end-users
|
||||
|
Loading…
x
Reference in New Issue
Block a user