C++ Meson Library Project

This commit is contained in:
ktlo
2019-09-05 08:22:25 +00:00
commit 1de134d3f1
25 changed files with 608 additions and 0 deletions

5
test/sample_test.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include "test.hpp"
test {
assert_equals(2, 1 + 1);
}