From a5eeb97292ed084d0da3a02d7057d6f72219e6b9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 29 Sep 2018 15:03:24 +0200 Subject: Fix TODO: Move include_dirs & ignore_dirs under config Merge duplicate parsing code into one function --- include/Conf.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/Conf.hpp b/include/Conf.hpp index 35dab86..709d285 100644 --- a/include/Conf.hpp +++ b/include/Conf.hpp @@ -431,8 +431,8 @@ namespace sibs private: void parseCLang(const StringView &fieldName, const ConfigValue &fieldValue); void parseCppLang(const StringView &fieldName, const ConfigValue &fieldValue); - void parsePlatformConfigs(const StringView &fieldName, const ConfigValue &fieldValue); - void parsePlatformConfig(const StringView &fieldName, const ConfigValue &fieldValue); + void parsePlatformBuildTypeConfigs(const StringView &fieldName, const ConfigValue &fieldValue); + std::string parsePlatformConfigStatic(const StringView &fieldName, const ConfigValue &fieldValue); void parsePlatformConfigStaticDebug(const StringView &fieldName, const ConfigValue &fieldValue); void parsePlatformConfigStaticRelease(const StringView &fieldName, const ConfigValue &fieldValue); void parseCmake(const StringView &fieldName, const ConfigValue &fieldValue, FileString &cmakeDir, FileString &cmakeArgs); -- cgit v1.2.3