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

Where do the header files inside the StandAlone directory get installed? #2547

Closed
unexploredtest opened this issue Feb 24, 2021 · 1 comment

Comments

@unexploredtest
Copy link

So, after the installation (sudo make install) where do header files inside the StandAlone directory get installed(like StandAlone/ResourceLimits.h)?

@greg-lunarg
Copy link
Contributor

All the headers that are part of the external interface can be found in <install_dir>/include/glslang/Include/, where <install_dir> is the installation directory you have specified.

You can set the install directory using -DCMAKE_INSTALL_PREFIX on the configuration cmake. This variable defaults to /usr/local on UNIX and c:/Program Files on Windows.

FYI, StandAlone/ResourceLimits.h is not part of the external interface, although glslang/Include/ResourceLimits.h is.

Please reopen if you have further questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants