Initial commit based on GLM 0.9.B.1 code

This commit is contained in:
Christophe Riccio
2010-04-14 13:23:59 +01:00
commit 25b03fe24c
288 changed files with 50254 additions and 0 deletions

14
CMakeLists.txt Normal file
View File

@@ -0,0 +1,14 @@
cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
cmake_policy(VERSION 2.6)
project(glm)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
#add_definitions(-mfpmath=sse)
#add_definitions(-msse3)
#add_definitions(-Wextra)
add_subdirectory(glm)
add_subdirectory(doc)
add_subdirectory(sample)
add_subdirectory(test)