glslang-zig/glslang
Michael Maltese 6077a19ba3 CMake: add target_link_libraries internally
Makes it easier to include glslang in a larger CMake project---instead
of having to call `target_link_libraries(glslang OSDependent OGLCompiler
HLSL)`, for example, you only need to call
`target_link_libraries(glslang)` and it will pull in the helpers it
needs.

This is also better in terms of cleaning up the "public interface",
of sorts, for building glslang: end-users probably shouldn't need to
know or be explicitly dependent on internal targets.
2017-01-21 10:59:15 -08:00
..
GenericCodeGen Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
Include SPV: Merge pull request #675 from amdrexu/feature 2017-01-19 16:14:28 -07:00
MachineIndependent SPV: Merge pull request #675 from amdrexu/feature 2017-01-19 16:14:28 -07:00
OSDependent Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
Public Non-functional: Fix round of compiler warnings. 2017-01-13 20:08:54 -07:00
CMakeLists.txt CMake: add target_link_libraries internally 2017-01-21 10:59:15 -08:00
updateGrammar Bison: Non-functional: Move to revision 3.0.4. 2016-05-04 12:54:56 -06:00