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
166 B
CMake
Raw Normal View History

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