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/infra/log/test/CMakeLists.txt

8 lines
242 B
CMake

add_executable(gtest_log gtest_log.cpp)
target_link_libraries(gtest_log log gtest)
include(GoogleTest)
gtest_discover_tests(gtest_log)
file(COPY ./conf/log_file.toml DESTINATION ./conf/)
file(COPY ./conf/log_stderr.toml DESTINATION ./conf/)