feat(rename stellar_devel): from stellar_devel to stellar_lib

This commit is contained in:
yangwei
2024-08-30 15:10:55 +08:00
parent aa5c41e4d7
commit ce49357bbc
5 changed files with 12 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ target_include_directories(gtest_lpi PRIVATE ${CMAKE_SOURCE_DIR}/deps/)
target_include_directories(gtest_lpi PRIVATE ${CMAKE_SOURCE_DIR}/decoders/lpi)
target_link_libraries(
gtest_lpi PRIVATE stellar_devel cjson-static
gtest_lpi PRIVATE stellar_lib cjson-static
dl "-rdynamic"
gtest gmock
)