From 066840e4d1cd1b4a210e17c16d6a40a389a632a8 Mon Sep 17 00:00:00 2001 From: randomdan Date: Fri, 27 Jul 2012 15:07:38 +0000 Subject: Fix compilation against various versions of fuse library Usage C++0x to remove lots of code duplication in wrappers Move code for FuseAppBase into it's own folder --- libfusepp/Jamfile.jam | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libfusepp/Jamfile.jam (limited to 'libfusepp/Jamfile.jam') diff --git a/libfusepp/Jamfile.jam b/libfusepp/Jamfile.jam new file mode 100644 index 0000000..1ba4a26 --- /dev/null +++ b/libfusepp/Jamfile.jam @@ -0,0 +1,5 @@ +project + : usage-requirements + . + ; + -- cgit v1.2.3