1
0
forked from Alepha/Alepha

Add IStreamable helper.

This commit is contained in:
2023-10-22 04:43:25 -04:00
parent b4438d46d6
commit 08971abb06
5 changed files with 116 additions and 0 deletions

View File

@ -19,6 +19,7 @@ link_libraries( alepha )
# The subdirs to build
add_subdirectory( Meta )
add_subdirectory( Proof )
add_subdirectory( IOStreams )
add_subdirectory( Reflection )
add_subdirectory( Testing )
add_subdirectory( Utility )