1
0
forked from Alepha/Alepha

Rehabilitate the Thread type and test.

This commit is contained in:
2023-11-08 04:33:09 -05:00
parent eb2ac15e65
commit 8f96c9e888
5 changed files with 20 additions and 26 deletions

View File

@ -31,6 +31,7 @@ add_subdirectory( Exception.test )
add_subdirectory( word_wrap.test )
add_subdirectory( string_algorithms.test )
add_subdirectory( tuplize_args.test )
add_subdirectory( Thread.test )
# Sample applications
add_executable( example example.cc )