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

4 lines
105 B
CMake

add_library(http_plugin SHARED
http_plugin.cpp
)
set_target_properties(http_plugin PROPERTIES PREFIX "")