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

Use glad, glm system packages automatically if available #226

Merged
merged 2 commits into from
Apr 22, 2021

Commits on Apr 22, 2021

  1. Use glad, glm system packages automatically if available

    In the case they aren't, then FetchContent from CMake is used to
    retrieve the source code for glm and glad during CMake configure time.
    
    Tested the cmake logic in the following scenarios:
    - glad and glm are available via package manager like vcpkg
    - One of the two, glad and glm, is only available via package manager
    - None of the two, glad and glm are not installed on the system
    
    This change also added glm, glad to vcpkg manifest file
    9prady9 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    3baa78d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6df6bf View commit details
    Browse the repository at this point in the history