1
0
forked from Alepha/Alepha

Get Blob and Buffer building and a bit tested

This commit is contained in:
2023-11-10 23:29:20 -05:00
parent 3458c6af9a
commit c78237e844
5 changed files with 111 additions and 80 deletions

View File

@ -34,6 +34,7 @@ add_subdirectory( tuplize_args.test )
add_subdirectory( Thread.test )
add_subdirectory( assertion.test )
add_subdirectory( Constness.test )
add_subdirectory( Blob.test )
# Sample applications
add_executable( example example.cc )