Install glslc when installing other binaries.
diff --git a/glslc/CMakeLists.txt b/glslc/CMakeLists.txt
index de07c01..f0a53fb 100644
--- a/glslc/CMakeLists.txt
+++ b/glslc/CMakeLists.txt
@@ -35,4 +35,7 @@
 
 shaderc_add_asciidoc(glslc_doc_README README)
 
+install(TARGETS glslc_exe
+  RUNTIME DESTINATION bin)
+
 add_subdirectory(test)