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

7 lines
223 B
CMake
Raw Normal View History

add_library(logger log.c)
target_include_directories(logger PUBLIC ${CMAKE_CURRENT_LIST_DIR})
target_include_directories(logger PUBLIC ${CMAKE_SOURCE_DIR}/include)
target_link_libraries(logger toml)
add_subdirectory(test)