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/FileUtil.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/FileUtil.hpp') diff --git a/include/FileUtil.hpp b/include/FileUtil.hpp index 64d0c99..7288426 100644 --- a/include/FileUtil.hpp +++ b/include/FileUtil.hpp @@ -56,6 +56,7 @@ namespace sibs Result createDirectoryRecursive(const _tinydir_char_t *path); Result getRealPath(const _tinydir_char_t *path); bool pathEquals(const std::string &path, const std::string &otherPath); + Result getFileLastModifiedTime(const _tinydir_char_t *path); } #endif //SIBS_FILEUTIL_HPP -- cgit v1.2.3