Files
softbus_OPC/src/softbus_registry/CMakeLists.txt

11 lines
324 B
CMake
Raw Normal View History

2026-06-11 19:00:49 +08:00
softbus_package(softbus_registry)
add_library(softbus_registry STATIC
src/PointRegistry.cpp
src/PointTableEntry.cpp
2026-06-12 18:34:49 +08:00
src/BindingRegistry.cpp
2026-06-11 19:00:49 +08:00
)
softbus_export_include(softbus_registry "${CMAKE_CURRENT_SOURCE_DIR}/include")
target_link_libraries(softbus_registry PUBLIC softbus_core nlohmann_json::nlohmann_json)