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-2022/src/protocol_decoder/http/CMakeLists.txt

6 lines
90 B
CMake
Raw Normal View History

add_library(http
http.cpp
)
target_include_directories(http PUBLIC ${CMAKE_SOURCE_DIR})