BUILD.gn
libs = [ "pthread_static.lib", “protobuf”, ] deps = [ ":adv", ":disc", ":thread", ]
这段要如何转为cmake,deps的私有依赖在cmake中如何表示