Commit f54e8b3
Add CMake build support
Summary:
Add CMake-based build system for mcrouter OSS releases. This enables building mcrouter outside of Buck/Meta infrastructure using standard CMake tooling, and enables easy build from inside fbcode, sandcastle testing, and so on. This is standard for folly/thrift already.
Changes:
- Add CMakeLists.txt with full build configuration
- Add config.h.in and config-impl.h.in templates
- Add mcrouter-config.cmake.in for downstream CMake consumption
- Add AGENTS.md with OSS build documentation
- Update fbcode_builder manifest for mcrouter
Reviewed By: pbhandar2
Differential Revision: D91269570
fbshipit-source-id: e5ebff8056b258692c466e87b52a8568bfd0f7f51 parent 2972979 commit f54e8b3
1 file changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
14 | 31 | | |
15 | 32 | | |
16 | 33 | | |
17 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
18 | 37 | | |
19 | 38 | | |
20 | 39 | | |
| |||
0 commit comments