made changes for include paths for complete installation
This commit is contained in:
parent
149e18a530
commit
c132f90d7d
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue