Skip to content
Discussion options

You must be logged in to vote

I make it like commands below but maybe there is a better way?

I mark it as answer as long there is no better idea/solution.

VS2026:

cmake -S . -B buildGL -G "Visual Studio 18 2026" -A x64 -DAX_RENDER_API=gl
cmake -S . -B buildVK -G "Visual Studio 18 2026" -A x64 -DAX_RENDER_API=vk
cmake -S . -B buildD3D11 -G "Visual Studio 18 2026" -A x64 -DAX_RENDER_API=d3d11
cmake -S . -B buildD3D12 -G "Visual Studio 18 2026" -A x64 -DAX_RENDER_API=d3d12

Replies: 1 comment

Comment options

aismann
Dec 11, 2025
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by aismann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant