mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-04 09:52:30 +08:00
11 lines
492 B
CMake
11 lines
492 B
CMake
#-------------------------------------------------------------------------------
|
|
# Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved
|
|
# Unauthorized copying of this file, via any medium is strictly prohibited.
|
|
# Proprietary and confidential.
|
|
#-------------------------------------------------------------------------------
|
|
set(log_test_src ${unittest_srcs} log_tests.cpp)
|
|
|
|
add_executable(log_tests ${log_test_src})
|
|
|
|
target_link_libraries(log_tests ${unittest_libs})
|