INCLUDE_DIRECTORIES(
./_Inc
./Inc
../../../../../../Utils/VrUtils/Inc
)
AUX_SOURCE_DIRECTORY(./Src SrcS)
ADD_LIBRARY(VrThreadPool SHARED ${SrcS})