diff options
Diffstat (limited to 'platform/linuxbsd/platform_config.h')
-rw-r--r-- | platform/linuxbsd/platform_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/linuxbsd/platform_config.h b/platform/linuxbsd/platform_config.h index 3195d08935..cdf989fee7 100644 --- a/platform/linuxbsd/platform_config.h +++ b/platform/linuxbsd/platform_config.h @@ -43,3 +43,6 @@ #define PTHREAD_BSD_SET_NAME #endif #endif + +#define GLES3_INCLUDE_H "thirdparty/glad/glad/glad.h" +#define GLES2_INCLUDE_H "thirdparty/glad/glad/glad.h" |