meson.build 258 B

1234567
  1. project('gaming core tests', 'cpp')
  2. sources = ['Main.cpp', 'tests/Test.cpp', 'tests/HashMapTests.cpp', 'tests/ListTests.cpp', 'tests/BitArrayTests.cpp']
  3. executable('tests',
  4. sources: sources,
  5. cpp_args: ['-Wall', '-Wextra', '-pedantic', '-Werror'])