You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
So, after the installation (sudo make install) where do header files inside the
StandAlone
directory get installed(likeStandAlone/ResourceLimits.h
)?The text was updated successfully, but these errors were encountered: