add basic c++ project setup

This commit is contained in:
2026-04-19 10:19:27 +02:00
parent 1e1f2d7816
commit 8b740dfe8e
36 changed files with 16842 additions and 0 deletions

3
src/test/test.cpp Normal file
View File

@@ -0,0 +1,3 @@
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() function
#include "catch/catch.hpp"