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)