diff options
Diffstat (limited to '3rdparty/glm/source/test/gtx/gtx.cpp')
-rw-r--r-- | 3rdparty/glm/source/test/gtx/gtx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3rdparty/glm/source/test/gtx/gtx.cpp b/3rdparty/glm/source/test/gtx/gtx.cpp new file mode 100644 index 0000000..1b143b6 --- /dev/null +++ b/3rdparty/glm/source/test/gtx/gtx.cpp @@ -0,0 +1,8 @@ +#include <glm/ext.hpp> + +int main() +{ + int Error = 0; + + return Error; +} |