milvus/cpp/unittest/log/CMakeLists.txt
groot 41220cb25d add db unittest
Former-commit-id: 5a9e4a10ada30d19fee14b1d2e1d4123ac6dee04
2019-04-21 17:01:02 +08:00

11 lines
489 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_test.cpp)
add_executable(log_test ${log_test_src})
target_link_libraries(log_test ${unittest_libs})