From c0df21a3987298b48766c1c59432a51c8bb52ded Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 16 Aug 2017 14:27:06 +0200 Subject: [PATCH] Added glm/ext.hpp build test --- test/gtx/CMakeLists.txt | 1 + test/gtx/gtx.cpp | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 test/gtx/gtx.cpp diff --git a/test/gtx/CMakeLists.txt b/test/gtx/CMakeLists.txt index 6b320294..7bf81756 100644 --- a/test/gtx/CMakeLists.txt +++ b/test/gtx/CMakeLists.txt @@ -1,3 +1,4 @@ +glmCreateTestGTC(gtx) glmCreateTestGTC(gtx_associated_min_max) glmCreateTestGTC(gtx_closest_point) glmCreateTestGTC(gtx_color_encoding) diff --git a/test/gtx/gtx.cpp b/test/gtx/gtx.cpp new file mode 100644 index 00000000..1b143b61 --- /dev/null +++ b/test/gtx/gtx.cpp @@ -0,0 +1,8 @@ +#include + +int main() +{ + int Error = 0; + + return Error; +}