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

9 lines
254 B
CMake
Raw Normal View History

2022-07-27 18:32:22 +08:00
add_library(custom_event_plugin SHARED
custom_event_plugin.cpp
)
2022-07-27 18:32:22 +08:00
set_target_properties(custom_event_plugin PROPERTIES PREFIX "")
2022-07-27 18:32:22 +08:00
add_library(http_event_plugin SHARED
http_event_plugin.cpp
)
2022-07-27 18:32:22 +08:00
set_target_properties(http_event_plugin PROPERTIES PREFIX "")