aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-11-04 08:15:07 +0100
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commit9f9507d75ccdff561a390c441d45c000382c42fc (patch)
tree90f73400643791efbb1c33a497926d27b2df636e /include
parentf1a80658b08c8b489772052b5569cb1d3086db08 (diff)
Use dll files for mingw, use mingw cmake
Diffstat (limited to 'include')
-rw-r--r--include/CmakeModule.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/CmakeModule.hpp b/include/CmakeModule.hpp
index 0df4a2e..ad28f57 100644
--- a/include/CmakeModule.hpp
+++ b/include/CmakeModule.hpp
@@ -9,5 +9,6 @@ namespace sibs
{
public:
Result<bool> compile(const SibsConfig &config, const FileString &buildPath, LinkerFlagCallbackFunc staticLinkerFlagCallbackFunc, LinkerFlagCallbackFunc dynamicLinkerFlagCallbackFunc, GlobalIncludeDirCallbackFunc globalIncludeDirCallback);
+ static void setCmakePath(const FileString &path);
};
}