CMakeLists.txt 470 字节
Newer Older
G
groot 已提交
1 2 3 4 5 6
#-------------------------------------------------------------------------------
# Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved
# Unauthorized copying of this file, via any medium is strictly prohibited.
# Proprietary and confidential.
#-------------------------------------------------------------------------------

Y
Yu Kun 已提交
7
if (MILVUS_WITH_THRIFT STREQUAL "ON")
J
jinhai 已提交
8
    add_subdirectory(thriftsimple)
Y
Yu Kun 已提交
9
else()
J
jinhai 已提交
10
    add_subdirectory(grpcsimple)
Y
Yu Kun 已提交
11
endif()