From: Hans Fugal Date: Mon, 20 Oct 2014 19:10:34 +0000 (-0700) Subject: (wangle) dummy cpp files X-Git-Tag: v0.22.0~258 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6c03fe981774e56f47e6955ec0a1b31fa37a684a;p=folly.git (wangle) dummy cpp files Summary: for great contbuild Test Plan: these projects still build. contbuild should start picking them up, based on discussion with @robbert Reviewed By: robbert@fb.com Subscribers: trunkagent, net-systems@, fugalh, exa, mwa, jgehring, fuegen, njormrod, folly-diffs@, robbert FB internal diff: D1624206 Tasks: 5399744 --- diff --git a/folly/experimental/wangle/rx/Dummy.cpp b/folly/experimental/wangle/rx/Dummy.cpp new file mode 100644 index 00000000..02a58d4f --- /dev/null +++ b/folly/experimental/wangle/rx/Dummy.cpp @@ -0,0 +1,19 @@ +/* + * Copyright 2014 Facebook, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +// fbbuild is too dumb to know that .h files in the directory affect +// our project, unless we have a .cpp file in the target, in the same +// directory. diff --git a/folly/wangle/detail/Dummy.cpp b/folly/wangle/detail/Dummy.cpp new file mode 100644 index 00000000..02a58d4f --- /dev/null +++ b/folly/wangle/detail/Dummy.cpp @@ -0,0 +1,19 @@ +/* + * Copyright 2014 Facebook, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +// fbbuild is too dumb to know that .h files in the directory affect +// our project, unless we have a .cpp file in the target, in the same +// directory.