dep type include
Some checks failed
demo.yaml / dep type include (push) Failing after 0s

This commit is contained in:
Jorijn van der Graaf 2026-03-02 21:40:24 +01:00
commit a9dc236dd1

View file

@ -313,6 +313,8 @@ namespace Crafter {
}
cmakeDeps.emplace_back(path.parent_path(), options);
continue;
} else if(type "include") {
continue;
}
}