Trying to add it in the first cmakelists

This commit is contained in:
aliPMPAINT 2021-03-31 11:19:31 +04:30
parent 2e9239d60e
commit 59a02751e4
3 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
#include <iostream>
#include <vector>
#if USE_EXTERNAL_SHADER
#ifdef USE_EXTERNAL_GLSLANG
#include <SPIRV/GlslangToSpv.h>
#else
#include <glslang/SPIRV/GlslangToSpv.h>