Improve API documentation
This commit is contained in:
@@ -11,6 +11,7 @@ endfunction()
|
||||
|
||||
add_subdirectory(bug)
|
||||
add_subdirectory(core)
|
||||
add_subdirectory(ext)
|
||||
add_subdirectory(gtc)
|
||||
add_subdirectory(gtx)
|
||||
|
||||
|
||||
1
test/ext/CMakeLists.txt
Normal file
1
test/ext/CMakeLists.txt
Normal file
@@ -0,0 +1 @@
|
||||
glmCreateTestGTC(ext_vec1)
|
||||
8
test/ext/ext_vec1.cpp
Normal file
8
test/ext/ext_vec1.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <glm/gtc/vec1.hpp>
|
||||
|
||||
int main()
|
||||
{
|
||||
int Error = 0;
|
||||
|
||||
return Error;
|
||||
}
|
||||
Reference in New Issue
Block a user