blob: e4a1ec2348bae304e6fc2fc6ec853539538aa68e [file] [log] [blame]
# A library that is shared between the video bridge & android-webrtc
android_add_library(
TARGET android-net LICENSE Apache-2.0
SRC # cmake-format: sortable
emulator/net/JsonProtocol.cpp emulator/net/SocketTransport.cpp)
target_include_directories(android-net PUBLIC .)
target_link_libraries(android-net PUBLIC nlohmann_json::nlohmann_json)