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

Make frontend-api integration optional #126

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 13, 2018

  1. Change options to be easier to use with config

    This removes the "_ENABLED" suffix on options. The advantage of this
    is it makes more sense and it's easier to work with from CMake. The
    script will now check to see if that EXPERIMENTAL_SHARED_TEXTURE_SUPPORT
    is true. If it is, it sets the enabled variable which can then be used
    in code correctly with the need to define macros that hope to catch the
    value of that option. This way, any false or true value that cmake knows
    will correctly work. If one is given to cmake that it doesn't understand
    it will correctly tell the user.
    computerquip-streamlabs committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    b95370c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd705e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7b870b View commit details
    Browse the repository at this point in the history