From: Christopher Dykes Date: Sat, 24 Jun 2017 23:59:30 +0000 (-0700) Subject: Exclude experimental/logging/example from the main folly_base rule X-Git-Tag: v2017.06.26.00~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f1450856e1c3d99ca2e2dfe55835b89268dc132c;p=folly.git Exclude experimental/logging/example from the main folly_base rule Summary: It's an example, not part of the main Folly library. Reviewed By: yfeldblum Differential Revision: D5304985 fbshipit-source-id: 7cfb95da5795af61e9307882f71836ef7fa5a463 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b70c483..2bf5def6 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,6 +81,7 @@ REMOVE_MATCHES_FROM_LISTS(files hfiles "/experimental/exception_tracer/" "/experimental/hazptr/bench/" "/experimental/hazptr/example/" + "/experimental/logging/example/" "/experimental/symbolizer/" "/futures/exercises/" "/test/"