Skip to content

Make sure small static libs for kconfigxt are build before targets

Alexander Lohnau requested to merge work/depends_cmake into master

Otherwise the headers might not be generated yet.

This is an attempt to unbreak the appimage builds, on the normal CI & locally it builds fine.

See https://cmake.org/cmake/help/v3.0/command/add_dependencies.html for reference

Merge request reports