mame/3rdparty/glm/test/gtx/gtx_normal.cpp
Vas Crabb feb7c5dc79 Update GLM to tip of stable branch (0.9.8.5 pre-release) - fixes build with MacPorts clang
(nw) In future, could people please use stable branches when updating
3rd-party libraries, not unstable development snapshots?  It will help
with stability.
2017-02-25 14:11:44 +11:00

9 lines
77 B
C++

#include <glm/gtx/normal.hpp>
int main()
{
int Error(0);
return Error;
}