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
So, currently, installing tools with vcpkg and then trying to find them with 'find_program' isn't as straightforward as on traditional unix packaging systems.
For example, installing 'glslang' package on a typical system would put wherever 'glslangValidator' is in 'PATH', and then 'find_program(glsval glslangValidator)' would work with no additional setup.
Not so with vcpkg as far as I could find out.
The examples here are all about using libraries, not tools, so that is a problem as well.
The text was updated successfully, but these errors were encountered:
So, currently, installing tools with vcpkg and then trying to find them with 'find_program' isn't as straightforward as on traditional unix packaging systems.
For example, installing 'glslang' package on a typical system would put wherever 'glslangValidator' is in 'PATH', and then 'find_program(glsval glslangValidator)' would work with no additional setup.
Not so with vcpkg as far as I could find out.
The examples here are all about using libraries, not tools, so that is a problem as well.
The text was updated successfully, but these errors were encountered: