Create a safe thread wrapper

This commit is contained in:
pixl
2020-06-24 05:48:03 -04:00
parent ef0a0fab8d
commit d84363019b
5 changed files with 204 additions and 1 deletions

View File

@@ -33,7 +33,9 @@ add_executable(logid
backend/hidpp20/features/DeviceName.cpp
backend/hidpp20/features/Reset.cpp
backend/dj/Report.cpp
util/mutex_queue.h)
util/mutex_queue.h
util/thread.cpp
util/ExceptionHandler.cpp)
set_target_properties(logid PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})