Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New unified cmake options #578

Closed
halx99 opened this issue Feb 6, 2022 · 0 comments
Closed

New unified cmake options #578

halx99 opened this issue Feb 6, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@halx99
Copy link
Collaborator

halx99 commented Feb 6, 2022

Old cmake options

  • BUILD_EXTENSIONS_XXX
  • CC_COMPAT_GL

New options

  • AX_ENABLE_XXX for core feature:
    • AX_ENABLE_MSEDGE_WEBVIEW2: whether enable msedge webview2, default: TRUE
    • AX_ENABLE_MFMEDIA: A future feature, whether enable microsoft media foundation for windows video player support, default: TRUE
  • AX_USE_XXX:
    • AX_USE_ALSOFT: whether use openal-soft for all platforms
      • Apple platform: Use openal-soft instead system deprecated: OpenAL.framework
      • Other platforms: Always use openal-soft even this option not enabled
    • AX_USE_COMPAT_GL: whether use compat gl as renderer backend, default: FALSE
    • AX_USE_LUAJIT: whether use luajit, default: FALSE, use plainlua
  • AX_ENABLE_EXT_XXX for extensions
  • AX_WITH_XXX: usually user don't need care it
@halx99 halx99 added this to the 1.0 milestone Feb 6, 2022
@halx99 halx99 added the enhancement New feature or request label Feb 6, 2022
halx99 added a commit that referenced this issue Feb 17, 2022
@halx99 halx99 closed this as completed Feb 17, 2022
@halx99 halx99 added the documentation Improvements or additions to documentation label Feb 17, 2022
@halx99 halx99 changed the title Unify CMake scripts engine features and extensions options New cmake options Feb 18, 2022
@halx99 halx99 pinned this issue Feb 20, 2022
@halx99 halx99 changed the title New cmake options New unified cmake options Feb 20, 2022
@halx99 halx99 unpinned this issue Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant