Move threading calls into a basic user space library.

This commit is contained in:
Drew Galbraith 2023-06-06 16:56:19 -07:00
parent b0c2a6732b
commit 174d4b10fb
9 changed files with 67 additions and 21 deletions

View file

@ -20,7 +20,7 @@ add_executable(test2
test2.cpp)
target_link_libraries(test2
zion_lib)
mammoth_lib)
set_target_properties(test2
PROPERTIES