This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/deps/logger/test/CMakeLists.txt
2024-08-30 15:04:46 +08:00

9 lines
322 B
CMake

add_executable(gtest_log gtest_log.cpp)
target_link_libraries(gtest_log logger gtest)
target_include_directories(gtest_log PUBLIC ${CMAKE_SOURCE_DIR}/deps/logger)
include(GoogleTest)
gtest_discover_tests(gtest_log)
file(COPY ./conf/log_file.toml DESTINATION ./conf/)
file(COPY ./conf/log_stderr.toml DESTINATION ./conf/)