1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-14 14:41:47 +03:00

Deprecate autoconf

Summary:
Remove all the autoconf files.
And fully switch to the cmake build

Reviewed By: udippant

Differential Revision: D16066986

fbshipit-source-id: 9e3082dded77ce85449cf5a3a03bed31c16b711f
This commit is contained in:
Luca Niccolini
2019-07-02 01:22:42 -07:00
committed by Facebook Github Bot
parent 2e7d2907b3
commit e31fdbc069
31 changed files with 13 additions and 666 deletions

View File

@@ -14,7 +14,9 @@ import specs.zstd as zstd
def fbcode_builder_spec(builder):
builder.add_option("proxygen/proxygen:cmake_defines", {"BUILD_QUIC": "ON"})
builder.add_option(
"proxygen/proxygen:cmake_defines", {"BUILD_QUIC": "ON", "BUILD_TESTS": "ON"}
)
return {
"depends_on": [folly, wangle, fizz, sodium, zstd, mvfst],
"steps": [builder.fb_github_cmake_install("proxygen/proxygen", "..")],