Added CMakeLists as build framework

This commit is contained in:
Alejandro Saucedo 2020-08-24 07:52:06 +01:00
parent cfb81949db
commit bbc41aef12
11 changed files with 120 additions and 19 deletions

4
test/Main.cpp Normal file
View file

@ -0,0 +1,4 @@
#define CATCH_CONFIG_MAIN
#include "catch2/catch.hpp"