Added single header include
This commit is contained in:
parent
af74e25e35
commit
6ef768f0ca
7 changed files with 750 additions and 5 deletions
9
Makefile
9
Makefile
|
|
@ -73,7 +73,7 @@ build_shaders:
|
|||
python scripts/convert_shaders.py \
|
||||
--shader-path shaders/glsl \
|
||||
--shader-binary $(SCMP) \
|
||||
--header-path src/shaders \
|
||||
--header-path src/include/kompute/shaders/ \
|
||||
-v
|
||||
|
||||
docker_seldon_run:
|
||||
|
|
@ -103,6 +103,13 @@ docker_vulkan_build:
|
|||
push_vulkan_docker:
|
||||
docker push axsauze/vulkan-sum:0.1
|
||||
|
||||
build_single_header:
|
||||
quom \
|
||||
--include_directory \
|
||||
"src/include/" \
|
||||
"single_include/AggregateHeaders.cpp" \
|
||||
"single_include/kompute/Kompute.hpp"
|
||||
|
||||
format:
|
||||
$(CF) -i -style="{BasedOnStyle: mozilla, IndentWidth: 4}" src/*.cpp src/*.hpp src/*.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue