From ab712cf153e543e84a5c6484e19d22ba90bdbeff Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 31 Dec 2017 06:17:54 +0100 Subject: Add cmake building, add ignore dirs option Sometimes it's not possible to build new sibs with older sibs because of changes that break backwards compatbility. If sibs installation fails with sibs, use cmake. --- project.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'project.conf') diff --git a/project.conf b/project.conf index 0222ce6..c331766 100644 --- a/project.conf +++ b/project.conf @@ -5,6 +5,7 @@ version = "0.1.2" authors = ["DEC05EBA <0xdec05eba@gmail.com>"] tests = "tests" platforms = ["linux32", "linux64", "win64"] +ignore_dirs = ["cmake"] [dependencies] libcurl = "7.57.0" -- cgit v1.2.3