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

12 lines
271 B
CMake
Raw Normal View History

add_definitions(-fPIC)
add_library(custom_event_plugin
custom_event_plugin.cpp
)
set_target_properties(custom_event_plugin PROPERTIES PREFIX "")
add_library(http_event_plugin
http_event_plugin.cpp
)
set_target_properties(http_event_plugin PROPERTIES PREFIX "")