1
0
forked from Alepha/Alepha

Merge branch 'master' of github.com:adamlsd/Alepha

This commit is contained in:
2023-10-12 19:57:55 -04:00
33 changed files with 503 additions and 185 deletions

1
Meta/CMakeLists.txt Normal file
View File

@ -0,0 +1 @@
add_subdirectory( Meta.test )

View File

@ -1,3 +0,0 @@
CXXFLAGS+= -std=c++17 -I ../
all: test

View File

@ -0,0 +1 @@
unit_test( traits )