From f1450856e1c3d99ca2e2dfe55835b89268dc132c Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Sat, 24 Jun 2017 16:59:30 -0700 Subject: [PATCH 1/1] 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 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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/" -- 2.34.1