Add WaitFreeHashSet.h to CMakeLists.txt.

This commit is contained in:
levlam 2022-08-21 13:36:17 +03:00
parent 869e9bd422
commit 91bdc57ecc

View File

@ -294,6 +294,7 @@ set(TDUTILS_SOURCE
td/utils/Variant.h
td/utils/VectorQueue.h
td/utils/WaitFreeHashMap.h
td/utils/WaitFreeHashSet.h
td/utils/WaitFreeVector.h
)