1
0
forked from Alepha/Alepha

Modernize thread code.

This commit is contained in:
2023-11-14 15:04:04 -05:00
parent c6b66aa7b5
commit b8d6c5aced
4 changed files with 208 additions and 149 deletions

View File

@ -13,6 +13,7 @@ add_library( alepha SHARED
ProgramOptions.cc
string_algorithms.cc
word_wrap.cc
Thread.cc
)
# Everything else depends upon it
link_libraries( alepha )