diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-11-24 16:50:31 +0100 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-11-24 16:50:31 +0100 |
commit | 36d3bf193617f30355bb02c9b038ec9dd6ca123d (patch) | |
tree | 40943906501400d6b7ee1f779cf2d848cc00a2df | |
parent | dda813899fdb4a520dc83e10c17c1923712a8f7d (diff) | |
download | libquotient-36d3bf193617f30355bb02c9b038ec9dd6ca123d.tar.gz libquotient-36d3bf193617f30355bb02c9b038ec9dd6ca123d.zip |
CMakeLists.txt: enable generating csapi/search.*
Now that the logic behind producing the C++ structures changed (they
are filled in on the fly, rather than created upon job completion
and then copied/moved by the accessor), GTAD makes buildable code for
search.yaml.
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d3bede48..9d5d286d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -211,7 +211,6 @@ if (MATRIX_DOC_PATH AND GTAD_PATH) ${ABS_GTAD_PATH} --config ../gtad/gtad.yaml --out ${CSAPI_DIR} ${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 |