From 4c978d1f2cb889cfb206e59aa48cafbbf61b7eec Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 27 Nov 2022 11:25:58 +0000 Subject: [PATCH] Updated ccls to point to build files Signed-off-by: Alejandro Saucedo --- .ccls | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.ccls b/.ccls index 47d3fc31..71d5d711 100644 --- a/.ccls +++ b/.ccls @@ -15,11 +15,13 @@ -I/usr/include/python3.6/ -I./python/pybind11/include/ --I./external/Vulkan-Headers/include/ --I./external/googletest/googletest/include/ --I./external/glslang/ --I./external/spdlog/include/ --I./external/fmt/include/ + +-I./build/_deps/vulkan_header-src/include/ +-I./build/_deps/spdlog-src/include/ +-I./build/_deps/googletest-src/googletest/include/ +-I./build/_deps/fmt-src/include/ + -I./src/include/ --I./test/compiled_shaders_include/ +-I./build/src/shaders/glsl/ +-I./build/test/shaders/glsl/ -I./test/utils/