parent
f58ccc7cee
commit
b1c2cc64fd
3 changed files with 12 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||||||
|
#define GLM_FORCE_PLATFORM_UNKNOWN |
||||||
|
#include <glm/glm.hpp> |
||||||
|
#include <glm/ext.hpp> |
||||||
|
|
||||||
|
int main() |
||||||
|
{ |
||||||
|
int Error = 0; |
||||||
|
|
||||||
|
return Error; |
||||||
|
} |
Loading…
Reference in New Issue