glslang/StandAlone
David Seifert 5a5699bdbd Modernise CMake
* Use `GNUInstallDirs` in order to respect GNU conventions.
  This is especially important for multi-arch/multi-lib setups.
* Specify position independent mode building properly, without
  using the historic hack of adding `-fPIC` as a definition.
  This makes the build system more portable.
* Only detect C++ (and not C) to slightly speed up configuring.
* Specify C++11 mode using modern CMake idioms.
* Fix some whitespace issues.
2017-04-28 22:46:52 +02:00
..
CMakeLists.txt Modernise CMake 2017-04-28 22:46:52 +02:00
ResourceLimits.cpp Use std::atoi instead of std::stoi 2016-10-31 17:02:45 -04:00
ResourceLimits.h Test compiling shaders with given resource limits using GTest. 2016-05-19 14:18:21 -04:00
spirv-remap.cpp Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
StandAlone.cpp WIP: HLSL: hlsl register class iomapping 2017-04-20 12:41:39 -06:00
Worklist.h This refactor the StandAlone and WorkList files in order to use more 2017-04-04 22:29:59 +02:00