diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-06-10 21:21:38 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-06-10 22:21:08 +0200 |
commit | 0ad4e7da9f561b158cecf793ab34f2968b457ca8 (patch) | |
tree | aea2f196e4e5b3745c8185926d081283bbef0c86 /CMakeLists.txt | |
parent | 4237a138f9ad1baa7384f3a539e9343a1471b538 (diff) | |
download | libquotient-0ad4e7da9f561b158cecf793ab34f2968b457ca8.tar.gz libquotient-0ad4e7da9f561b158cecf793ab34f2968b457ca8.zip |
CMakeLists.txt: exclude key_backup.yaml from API
As of now, it's a bit immature for code generation. Will be reincluded
once it gets better.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c61c2682..8e56e856 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -211,6 +211,7 @@ if (MATRIX_DOC_PATH AND GTAD_PATH) ${FULL_CSAPI_SRC_DIR} old_sync.yaml- room_initial_sync.yaml- # deprecated search.yaml- # current GTAD is limited in handling move-only data + key_backup.yaml- # immature and buggy in terms of API definition sync.yaml- # we have a better handcrafted implementation WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/lib SOURCES gtad/gtad.yaml |