rrr.v2/tests/meson.build

12 lines
219 B
Meson
Raw Permalink Normal View History

2023-02-26 15:16:48 +03:00
# gtest_proj = subproject('gtest')
# gtest_dep = gtest_proj.get_variable('gtest_main_dep')
#
# test(
# 'hello',
# executable(
# 'hello',
# 'hello.cpp',
# dependencies: [ hello_dep, gtest_dep ]
# )
# )