Nui
Nui copied to clipboard
Build Order Issues with Ninja
There currently is an issue with ninja builds where ninja does not respect the build order between the frontend and backend target, probably related to this old issue: https://gitlab.kitware.com/cmake/cmake/-/issues/19933 I currently dont have a solution to force ninja to build in proper order, except for building the frontend and backend targets seperately/sequentially or to use make.