From 0230af4b5ab78b1fbaededcc42562f6b574c820f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 14 Jan 2022 16:17:20 +0100 Subject: Add lang.c and lang.cpp to tests --- src/Conf.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') diff --git a/src/Conf.cpp b/src/Conf.cpp index c2302e4..964b9db 100644 --- a/src/Conf.cpp +++ b/src/Conf.cpp @@ -1433,6 +1433,14 @@ namespace sibs { parseDependencies(name, value); } + else if(currentObject.equals("lang.c")) + { + parseCLang(name, value); + } + else if(currentObject.equals("lang.cpp")) + { + parseCppLang(name, value); + } else { string errMsg = "project.conf: Expected category to be 'dependencies', was: '"; -- cgit v1.2.3