diff options
Diffstat (limited to 'cmake/shader.txt')
-rw-r--r-- | cmake/shader.txt | 5 |
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 @@ | |||
1 | include(cmake/txt2c.txt) | ||
2 | |||
3 | macro(add_shader_library) | ||
4 | txt2c(${ARGN}) | ||
5 | endmacro() | ||