feat(tools): Move the error code to the Tools target

This commit is contained in:
Dennis Klein
2021-06-17 19:35:45 +02:00
parent 0113e71105
commit 593d44342f
5 changed files with 65 additions and 55 deletions

View File

@@ -33,10 +33,12 @@ if(BUILD_FAIRMQ OR BUILD_SDK)
tools/Strings.h
tools/Unique.h
tools/Version.h
Error.h
Tools.h
)
set(TOOLS_SOURCE_FILES
Error.cxx
tools/Network.cxx
tools/Process.cxx
tools/Semaphore.cxx