Files
kompute/.ccls
2021-02-18 21:05:17 +00:00

28 lines
476 B
Plaintext

%clang
-fdeclspec
-fms-extensions
-Wall
-Wextra
-std=c++17
%h -x
%h c++-header
-DDEBUG=1
-DKOMPUTE_INCLUDE_FOR_SYNTAX
-I/usr/include/python3.6/
-I./python/pybind11/include/
-I./external/Vulkan-Headers/include/
-I./external/googletest/googletest/include/
-I./external/shaderc/libshaderc/include/
-I./external/shaderc/libshaderc_util/include/
-I./external/spdlog/include/
-I./src/include/
-I./single_include/
-I./vk_ndk_wrapper_include/
-I./test/compiled_shaders_include/