1
0
forked from Alepha/Alepha

List delimiting primitive for output streams.

This commit is contained in:
2024-04-03 15:53:43 -04:00
parent 8bd9852bd4
commit 66e8acfd5b
5 changed files with 159 additions and 0 deletions

View File

@ -14,6 +14,7 @@ add_library( alepha SHARED
string_algorithms.cc
word_wrap.cc
Thread.cc
delimited_list.cc
)
# Everything else depends upon it
link_libraries( alepha )
@ -40,6 +41,7 @@ add_subdirectory( assertion.test )
add_subdirectory( Constness.test )
add_subdirectory( Blob.test )
add_subdirectory( Capabilities.test )
add_subdirectory( delimited_list.test )
# Sample applications
add_executable( example example.cc )