meson_options.txt 989 B

12345678910111213141516171819202122232425262728
  1. # Copyright © 2020 Dylan Baker
  2. # This software is provided 'as-is', without any express or implied
  3. # warranty. In no event will the authors be held liable for any
  4. # damages arising from the use of this software.
  5. # Permission is granted to anyone to use this software for any
  6. # purpose, including commercial applications, and to alter it and
  7. # redistribute it freely, subject to the following restrictions:
  8. # 1. The origin of this software must not be misrepresented; you must
  9. # not claim that you wrote the original software. If you use this
  10. # software in a product, an acknowledgment in the product documentation
  11. # would be appreciated but is not required.
  12. # 2. Altered source versions must be plainly marked as such, and
  13. # must not be misrepresented as being the original software.
  14. # 3. This notice may not be removed or altered from any source
  15. # distribution.
  16. option(
  17. 'tests',
  18. type : 'boolean',
  19. description : 'Enable unit tests',
  20. value : true,
  21. yield : true,
  22. )