made changes for include paths for complete installation

This commit is contained in:
aliPMPAINT 2021-02-24 12:53:11 +03:30
parent 149e18a530
commit c132f90d7d
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ extern py::object kp_debug, kp_info, kp_warning, kp_error;
#include <vector>
#include <glslang/Public/ShaderLang.h>
#include <StandAlone/ResourceLimits.h>
#include <glslang/Include/ResourceLimits.h>
#include <SPIRV/GlslangToSpv.h>
namespace kp {

View file

@ -5,7 +5,7 @@
#include <vector>
#include <glslang/Public/ShaderLang.h>
#include <StandAlone/ResourceLimits.h>
#include <glslang/Include/ResourceLimits.h>
#include <SPIRV/GlslangToSpv.h>
#include "kompute/Core.hpp"