From 0ab40dc1ab4e689921da54080b135e1d22b1c586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Tue, 14 Mar 2017 21:45:23 +0100 Subject: Refactoring louloulibs and cmake Use OBJECT libraries Remove the louloulibs directory Write FOUND variables in the cache --- src/utils/tolower.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/utils/tolower.hpp (limited to 'src/utils/tolower.hpp') diff --git a/src/utils/tolower.hpp b/src/utils/tolower.hpp new file mode 100644 index 0000000..650e05d --- /dev/null +++ b/src/utils/tolower.hpp @@ -0,0 +1,11 @@ +#pragma once + + +#include + +namespace utils +{ + std::string tolower(const std::string& original); +} + + -- cgit v1.2.3