initial commit

This commit is contained in:
chatlanin
2023-02-26 15:16:48 +03:00
commit 5a829fad05
65 changed files with 2734 additions and 0 deletions

11
tests/meson.build Normal file
View File

@@ -0,0 +1,11 @@
# gtest_proj = subproject('gtest')
# gtest_dep = gtest_proj.get_variable('gtest_main_dep')
#
# test(
# 'hello',
# executable(
# 'hello',
# 'hello.cpp',
# dependencies: [ hello_dep, gtest_dep ]
# )
# )