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

2 lines
106 B
CMake
Raw Normal View History

2024-10-18 16:47:51 +08:00
add_library(ringbuf STATIC ringbuf.c)
target_include_directories(ringbuf PUBLIC ${CMAKE_CURRENT_LIST_DIR})