From 8636e7d337876ccab30915ddd033ffa7f41a045f Mon Sep 17 00:00:00 2001 From: njlr Date: Fri, 19 Oct 2018 14:08:52 +0100 Subject: * Adds Buck build support --- .buckconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .buckconfig (limited to '.buckconfig') diff --git a/.buckconfig b/.buckconfig new file mode 100644 index 0000000..71543fc --- /dev/null +++ b/.buckconfig @@ -0,0 +1,7 @@ +[project] + ignore = .git + +[cxx] + should_remap_host_platform = true + untracked_headers = error + untracked_headers_whitelist = /usr/include/.*, /usr/lib/gcc/.* -- cgit v1.2.1