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
yangwei 658108724c add deps directory
update inner include headers
2022-07-14 15:05:18 +08:00

12 lines
271 B
CMake

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 "")