forked from Alepha/Alepha
List delimiting primitive for output streams.
This commit is contained in:
@ -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 )
|
||||
|
Reference in New Issue
Block a user