Files
vertex_engine/src/TMP/tests/meson.build
Andrey Zimin a0b5e810f7 initial commit
2024-05-15 09:09:36 +03:00

12 lines
219 B
Meson
Executable File

# gtest_proj = subproject('gtest')
# gtest_dep = gtest_proj.get_variable('gtest_main_dep')
#
# test(
# 'hello',
# executable(
# 'hello',
# 'hello.cpp',
# dependencies: [ hello_dep, gtest_dep ]
# )
# )