From 87a65f6913429b26e63fdee17cb8cfe93990db35 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 2 Jan 2018 17:38:18 +0100 Subject: Add support for cmake Not working fully yet, will investigate why --- include/CmakeModule.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/CmakeModule.hpp (limited to 'include/CmakeModule.hpp') diff --git a/include/CmakeModule.hpp b/include/CmakeModule.hpp new file mode 100644 index 0000000..0df4a2e --- /dev/null +++ b/include/CmakeModule.hpp @@ -0,0 +1,13 @@ +#pragma once + +#include "Conf.hpp" +#include "Linker.hpp" + +namespace sibs +{ + class CmakeModule + { + public: + Result compile(const SibsConfig &config, const FileString &buildPath, LinkerFlagCallbackFunc staticLinkerFlagCallbackFunc, LinkerFlagCallbackFunc dynamicLinkerFlagCallbackFunc, GlobalIncludeDirCallbackFunc globalIncludeDirCallback); + }; +} -- cgit v1.2.3