added glshim library
This commit is contained in:
7
project/jni/glshim/spec/template/base/headers.j2
Normal file
7
project/jni/glshim/spec/template/base/headers.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
{% for header in headers %}
|
||||
{% if "<" in header %}
|
||||
#include {{ header }}
|
||||
{% else %}
|
||||
#include "{{ header }}"
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user