mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-06-05 21:15:22 +00:00
17 lines
961 B
Meson
Executable File
17 lines
961 B
Meson
Executable File
###################################################################################
|
|
# #
|
|
# NAME: meson_options.txt #
|
|
# #
|
|
# AUTHOR: Mike Karlesky, Mark VanderVoord, Greg Williams. #
|
|
# WRITTEN BY: Michael Brockus. #
|
|
# #
|
|
# License: MIT #
|
|
# #
|
|
###################################################################################
|
|
|
|
|
|
|
|
option('with_examples',
|
|
type: 'feature', value : 'disabled',
|
|
description: 'Enable Unity for unit testing.'
|
|
) |