|
add_configs("shared", {description = "Build shared library.", default = false, type = "boolean", readonly = true})
|
|
add_configs("shared", {description = "Build shared library.", default = false, type = "boolean", readonly = true})
|
|
- add_deps("c-ares", "re2", "abseil", "protobuf-cpp", "openssl", "zlib")
|
|
|
|
|
|
+ add_deps("c-ares", "re2", "protobuf-cpp", "openssl", "zlib", "abseil")
|
|
add_syslinks("pthread", "dl", "m")
|
|
add_syslinks("pthread", "dl", "m")
|