(wangle) dummy cpp files
authorHans Fugal <fugalh@fb.com>
Mon, 20 Oct 2014 19:10:34 +0000 (12:10 -0700)
committerdcsommer <dcsommer@fb.com>
Wed, 29 Oct 2014 23:02:45 +0000 (16:02 -0700)
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

folly/experimental/wangle/rx/Dummy.cpp [new file with mode: 0644]
folly/wangle/detail/Dummy.cpp [new file with mode: 0644]

diff --git a/folly/experimental/wangle/rx/Dummy.cpp b/folly/experimental/wangle/rx/Dummy.cpp
new file mode 100644 (file)
index 0000000..02a58d4
--- /dev/null
@@ -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 (file)
index 0000000..02a58d4
--- /dev/null
@@ -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.