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/infra/polling_manager/CMakeLists.txt
2024-09-25 18:18:02 +08:00

6 lines
305 B
CMake

add_library(polling_manager polling_manager.c)
target_include_directories(polling_manager PUBLIC ${CMAKE_CURRENT_LIST_DIR})
target_include_directories(polling_manager PUBLIC ${CMAKE_SOURCE_DIR}/include/)
target_link_libraries(polling_manager PUBLIC module_manager ${CMAKE_DL_LIBS})
add_subdirectory(test)