Add SPIRV_SPIRV_COMPRESSION option to cmake
authorAndrey Tuganov <andreyt@google.com>
Mon, 25 Sep 2017 16:45:48 +0000 (12:45 -0400)
committerDavid Neto <dneto@google.com>
Mon, 25 Sep 2017 18:37:08 +0000 (14:37 -0400)
commitc25b5bea352d269ce93ecb5d3c636ca67e8cf341
treec5ec154cb576d393c5de7badd372240f98729652
parentcf6c20ee066d1c9305bb82591440e97655431ef9
Add SPIRV_SPIRV_COMPRESSION option to cmake

The option is off by default.
cmake -DSPIRV_BUILD_COMPRESSION=ON ..
enables the compression lib, executable, and test build.

Fixes https://github.com/KhronosGroup/SPIRV-Tools/issues/834
.appveyor.yml
.travis.yml
CHANGES
CMakeLists.txt
README.md
source/comp/CMakeLists.txt
test/comp/CMakeLists.txt
tools/CMakeLists.txt