phase 2
This commit is contained in:
9
src/softbus_registry/CMakeLists.txt
Normal file
9
src/softbus_registry/CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user