build: move unit+quantity feature from xo-observable -> xo-unit

This commit is contained in:
Roland Conybeare 2024-04-01 19:34:04 -04:00
commit 3c1f8389c7
20 changed files with 6324 additions and 0 deletions

View file

@ -0,0 +1,6 @@
/* file unit_utest_main.cpp */
#define CATCH_CONFIG_MAIN
#include "catch2/catch.hpp"
/* end unit_utest_main.cpp */