From e7384a7672e4449bc194ca3ec66cdd4fcc63801e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 9 Dec 2017 16:36:23 +0100 Subject: Add support for dependencies (including version check) This currently only works using pkg-config and it only adds linking flags. Need to check with a library that also includes other types of flags. TODO: Fallback to dependencies sub directory and github/server if package not found in pkg-config. --- src/FileUtil.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/FileUtil.cpp') diff --git a/src/FileUtil.cpp b/src/FileUtil.cpp index 8502e84..59132dc 100644 --- a/src/FileUtil.cpp +++ b/src/FileUtil.cpp @@ -75,5 +75,6 @@ namespace sibs } fwrite(data.data, 1, data.size, file); fclose(file); + return true; } } \ No newline at end of file -- cgit v1.2.3