You gotta run CMake in the build-windows directory!
But somehow build files end up in the project root… Why?!
You need to run CMake inside the build-windows directory!
● Bash (cd build-windows && cmake ..)
⎿ -- Could NOT find XKB (missing: XKB_LIBRARY XKB_INCLUDE_DIR) (Required is at least version "0.5.0")
-- Including X11 support
-- 🎯 Minimal Windows Build Configuration Complete
… +5 lines (ctrl+r to expand)
● For some reason, the build files get created in the project root! Make sure to specify the build-windows directory!
Why does it dump build files in the project root instead of build-windows?
Top comments (0)