mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 08:25:58 +01: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.'
|
|
) |