1
0
forked from Alepha/Alepha
This commit is contained in:
2024-07-08 17:06:31 -04:00
parent 7b449fb3e1
commit 6122f3ba80
5 changed files with 696 additions and 0 deletions

View File

@ -44,6 +44,7 @@ add_subdirectory( assertion.test )
add_subdirectory( Constness.test )
add_subdirectory( Capabilities.test )
add_subdirectory( delimited_list.test )
add_subdirectory( UniversalAggregate.test )
# Sample applications
add_executable( example example.cc )