refactor: rename stellar dir to core
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user