From c6e8fe8125f8900f3019716aa1cfbf18ff8264bd Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 28 Mar 2020 07:15:16 +0100 Subject: Add support for absolute paths in include_dirs config --- include/FileUtil.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/FileUtil.hpp b/include/FileUtil.hpp index b88d58a..0108b24 100644 --- a/include/FileUtil.hpp +++ b/include/FileUtil.hpp @@ -72,6 +72,7 @@ namespace sibs Result getRealPath(const _tinydir_char_t *path); bool pathEquals(const std::string &path, const std::string &otherPath); Result getFileLastModifiedTime(const _tinydir_char_t *path); + bool isPathAbsolute(const std::string &path); } #endif //SIBS_FILEUTIL_HPP -- cgit v1.2.3