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

5 lines
168 B
CMake

add_library(snowflake snowflake.cpp)
target_include_directories(snowflake PUBLIC ${CMAKE_CURRENT_LIST_DIR})
target_link_libraries(snowflake log)
add_subdirectory(test)