aboutsummaryrefslogtreecommitdiff
path: root/cmake/shader.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/shader.txt')
-rw-r--r--cmake/shader.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/shader.txt b/cmake/shader.txt
new file mode 100644
index 0000000..8273f4d
--- /dev/null
+++ b/cmake/shader.txt
@@ -0,0 +1,5 @@
1include(cmake/txt2c.txt)
2
3macro(add_shader_library)
4 txt2c(${ARGN})
5endmacro()