aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdtl/CMakeLists.txt
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2018-03-16 16:33:27 +0300
committerlevlam <levlam@telegram.org>2018-03-16 16:33:27 +0300
commit0bbad22da4fae3a9083844949e156c4a6999219e (patch)
treede87e40bf98082f446c67ec50b29084d06deaf49 /tdtl/CMakeLists.txt
parentea504ae920b1eddc5c9b84cc4040e414c978a1d2 (diff)
Move tl utils functions to tl_file_utils.
GitOrigin-RevId: 4b061356cc965e972af6d640507076a10743a20a
Diffstat (limited to 'tdtl/CMakeLists.txt')
-rw-r--r--tdtl/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tdtl/CMakeLists.txt b/tdtl/CMakeLists.txt
index 9734bfbdf..b0f83cd98 100644
--- a/tdtl/CMakeLists.txt
+++ b/tdtl/CMakeLists.txt
@@ -5,6 +5,7 @@ set(TDTL_SOURCE
td/tl/tl_config.cpp
td/tl/tl_core.cpp
td/tl/tl_file_outputer.cpp
+ td/tl/tl_file_utils.cpp
td/tl/tl_generate.cpp
td/tl/tl_outputer.cpp
td/tl/tl_string_outputer.cpp
@@ -13,6 +14,7 @@ set(TDTL_SOURCE
td/tl/tl_config.h
td/tl/tl_core.h
td/tl/tl_file_outputer.h
+ td/tl/tl_file_utils.h
td/tl/tl_generate.h
td/tl/tl_outputer.h
td/tl/tl_simple.h