diff options
| author | levlam <levlam@telegram.org> | 2023-01-22 23:36:30 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-01-22 23:36:30 +0300 |
| commit | 201af22ef28348b837ab061c106e25abbb4e5a65 (patch) | |
| tree | c28c69dbf61a6422c3e2d0a41002f008eed5c9eb /tdutils/CMakeLists.txt | |
| parent | d6502824b3f64c69190c2ba36adb7b75b505f00f (diff) | |
Add unique_value_ptr.
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 08d8029cc..e7b4b788a 100644 --- a/tdutils/CMakeLists.txt +++ b/tdutils/CMakeLists.txt @@ -292,6 +292,7 @@ set(TDUTILS_SOURCE td/utils/uint128.h td/utils/unicode.h td/utils/unique_ptr.h + td/utils/unique_value_ptr.h td/utils/utf8.h td/utils/Variant.h td/utils/VectorQueue.h |
