1
0
forked from Alepha/Alepha

Make StackableStreambuf a compiled library.

This commit is contained in:
2023-10-20 04:44:19 -04:00
parent 0b63658815
commit 0001117f78
4 changed files with 118 additions and 103 deletions

View File

@ -1 +1,5 @@
target_sources( alepha PRIVATE
StackableStreambuf.cc
)
add_subdirectory( StackableStreambuf.test )