This commit is contained in:
flower_linux
2026-06-11 19:00:49 +08:00
parent 710a8c2bd3
commit 0cf0713dc5
73 changed files with 2297 additions and 95 deletions

View File

@@ -0,0 +1,9 @@
softbus_package(softbus_registry)
add_library(softbus_registry STATIC
src/PointRegistry.cpp
src/PointTableEntry.cpp
)
softbus_export_include(softbus_registry "${CMAKE_CURRENT_SOURCE_DIR}/include")
target_link_libraries(softbus_registry PUBLIC softbus_core nlohmann_json::nlohmann_json)