diff options
| author | levlam <levlam@telegram.org> | 2022-08-21 13:36:17 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-08-21 13:36:17 +0300 |
| commit | 91bdc57ecc35e300a0a233105a0652912aed18f4 (patch) | |
| tree | 7877c460010cfaaa89020989b968cddbe3653f5a /tdutils/CMakeLists.txt | |
| parent | 869e9bd422ae25f31adcd23b947b303e46e3a79c (diff) | |
Add WaitFreeHashSet.h to CMakeLists.txt.
Diffstat (limited to 'tdutils/CMakeLists.txt')
| -rw-r--r-- | tdutils/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdutils/CMakeLists.txt b/tdutils/CMakeLists.txt index 42f94667c..59722ca8c 100644 --- a/tdutils/CMakeLists.txt +++ b/tdutils/CMakeLists.txt @@ -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 ) |
