Commit fff74a54 authored by John Strizich's avatar John Strizich Committed by Facebook Github Bot

adding openr to this framework

Summary:
this adds `oss-openr-linux-getdeps` to diffs affecting files under openr. With soma going away and the old fbcode_builder job disabled, this will give us the signal we need to keep the cmake build healthy.

[Some Info on Getdeps](https://our.intern.facebook.com/intern/wiki/Test_your_Open_Source_build_with_getdeps.py/)

Michael, this change may require you to bump up some of the dependent libraries and build them with cmake if not already. The main changes to the cmake script are around using package configs instead of `find_library`

Also, for those with more CMake experience: since there are some big changes in the `CmakeLists`, feel free to pour on more suggestions on how I could make it better and more aligned with other facebook OSS

Reviewed By: saifhhasan

Differential Revision: D16010068

fbshipit-source-id: 66f914f1971f826e0868c4130839380639a7e44b
parent 71be50bd
[manifest]
name = openr
fbsource_path = facebook/openr
shipit_project = openr
shipit_fbcode_builder = true
[git]
repo_url = https://github.com/facebook/openr.git
[build.os=linux]
builder = cmake
[build.not(os=linux)]
# boost.fiber is required and that is not available on macos.
# libzmq doesn't currently build on windows.
builder = nop
[dependencies]
boost
fbthrift
fbzmq
folly
googletest
libnl
re2
[cmake.defines.test=on]
BUILD_TESTS=OFF
[cmake.defines.test=off]
BUILD_TESTS=OFF
[shipit.pathmap]
fbcode/openr = openr
fbcode/openr/public_tld = .
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment