[ADD] template project with correct name
This commit is contained in:
10
lib/glm/test/gtx/gtx_associated_min_max.cpp
Normal file
10
lib/glm/test/gtx/gtx_associated_min_max.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#define GLM_ENABLE_EXPERIMENTAL
|
||||
#include <glm/gtc/type_precision.hpp>
|
||||
#include <glm/gtx/associated_min_max.hpp>
|
||||
|
||||
int main()
|
||||
{
|
||||
int Error(0);
|
||||
|
||||
return Error;
|
||||
}
|
||||
Reference in New Issue
Block a user