refactor: rename stellar dir to core

This commit is contained in:
luwenpeng
2024-08-16 17:19:39 +08:00
parent 839e848473
commit 169607cd1e
15 changed files with 14 additions and 34 deletions

View File

@@ -2,4 +2,4 @@ add_library(snowflake snowflake.cpp)
target_include_directories(snowflake PUBLIC ${CMAKE_CURRENT_LIST_DIR})
target_include_directories(snowflake PUBLIC ${CMAKE_SOURCE_DIR}/src/utils)
target_include_directories(snowflake PUBLIC ${CMAKE_SOURCE_DIR}/include/stellar)
target_link_libraries(snowflake stellar_core)
target_link_libraries(snowflake core)