2019-05-27 11:57:09 +00:00
|
|
|
#-------------------------------------------------------------------------------
|
2020-02-17 15:40:58 +00:00
|
|
|
# Copyright (C) 2019-2020 Zilliz. All rights reserved.
|
2019-09-17 02:51:48 +00:00
|
|
|
#
|
2020-02-17 15:40:58 +00:00
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
|
|
|
|
# with the License. You may obtain a copy of the License at
|
2019-09-17 02:51:48 +00:00
|
|
|
#
|
2020-02-17 15:40:58 +00:00
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
|
|
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
|
|
# or implied. See the License for the specific language governing permissions and limitations under the License.
|
2019-05-27 11:57:09 +00:00
|
|
|
#-------------------------------------------------------------------------------
|
|
|
|
|
2019-12-20 06:08:45 +00:00
|
|
|
aux_source_directory(${CMAKE_CURRENT_SOURCE_DIR}/utils util_files)
|
2019-09-17 02:51:48 +00:00
|
|
|
|
2019-11-07 08:46:31 +00:00
|
|
|
add_subdirectory(simple)
|
|
|
|
add_subdirectory(partition)
|
2020-01-14 11:22:27 +00:00
|
|
|
add_subdirectory(binary_vector)
|
2020-03-28 05:57:23 +00:00
|
|
|
add_subdirectory(qps)
|
2020-04-22 06:12:46 +00:00
|
|
|
add_subdirectory(hybrid)
|