From ea00d59f5abca408d6ff46842f8fc31a151a5e20 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sat, 23 Nov 2019 17:28:11 +0100 Subject: [PATCH] Move the last stuff around and add an hpp include for c++ --- {sfizz => include/sfizz}/sfizz.h | 0 include/sfizz/sfizz.hpp | 1 + {sfizz => scripts}/sfizz.pc.in | 0 sfizz/sfizz.cpp => src/sfizz_wrapper.cpp | 0 4 files changed, 1 insertion(+) rename {sfizz => include/sfizz}/sfizz.h (100%) create mode 100644 include/sfizz/sfizz.hpp rename {sfizz => scripts}/sfizz.pc.in (100%) rename sfizz/sfizz.cpp => src/sfizz_wrapper.cpp (100%) diff --git a/sfizz/sfizz.h b/include/sfizz/sfizz.h similarity index 100% rename from sfizz/sfizz.h rename to include/sfizz/sfizz.h diff --git a/include/sfizz/sfizz.hpp b/include/sfizz/sfizz.hpp new file mode 100644 index 00000000..8d1c8b69 --- /dev/null +++ b/include/sfizz/sfizz.hpp @@ -0,0 +1 @@ + diff --git a/sfizz/sfizz.pc.in b/scripts/sfizz.pc.in similarity index 100% rename from sfizz/sfizz.pc.in rename to scripts/sfizz.pc.in diff --git a/sfizz/sfizz.cpp b/src/sfizz_wrapper.cpp similarity index 100% rename from sfizz/sfizz.cpp rename to src/sfizz_wrapper.cpp