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

9 lines
221 B
CMake
Raw Normal View History

2022-07-27 18:32:22 +08:00
add_library(plugin_manager
plugin_manager_util.cpp
2022-07-27 18:32:22 +08:00
plugin_manager_config.cpp
plugin_manager_module.cpp
plugin_manager.cpp
)
2022-07-27 18:32:22 +08:00
target_include_directories(plugin_manager PUBLIC ${CMAKE_SOURCE_DIR})
add_subdirectory(test)