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

set(vecwise_engine_src
        ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp
        )

add_library(vecwise_engine SHARED ${vecwise_engine_src})