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