1[manifest]
2name = fizz
3fbsource_path = fbcode/fizz
4shipit_project = fizz
5shipit_fbcode_builder = true
6
7[git]
8repo_url = https://github.com/facebookincubator/fizz.git
9rev = main
10
11[build]
12builder = cmake
13subdir = fizz
14
15[cmake.defines]
16BUILD_EXAMPLES = OFF
17
18[cmake.defines.test=on]
19BUILD_TESTS = ON
20
21[cmake.defines.all(os=windows, test=on)]
22BUILD_TESTS = OFF
23
24[cmake.defines.test=off]
25BUILD_TESTS = OFF
26
27[dependencies]
28folly
29libsodium
30zstd
31
32[dependencies.all(test=on, not(os=windows))]
33googletest_1_8
34
35[shipit.pathmap]
36fbcode/fizz/public_tld = .
37fbcode/fizz = fizz
38