mirror of
https://github.com/nomic-ai/kompute.git
synced 2026-05-11 08:59:59 +00:00
28 lines
476 B
Plaintext
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/
|
|
|