1
0

premake-defaults-solution.lua 331 B

12345678910111213141516
  1. preferredtoolarchitecture "x86_64"
  2. filter { "platforms:x86" }
  3. system "Windows"
  4. architecture "x86"
  5. filter { "platforms:x86_64" }
  6. system "Windows"
  7. architecture "x86_64"
  8. filter { "platforms:arm" }
  9. system "Windows"
  10. architecture "ARM"
  11. filter { "platforms:arm64" }
  12. system "Windows"
  13. architecture "ARM64"
  14. filter {}