parent
25b03fe24c
commit
3dc69ec686
1 changed files with 0 additions and 14 deletions
@ -1,14 +0,0 @@ |
|||||||
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) |
|
Loading…
Reference in New Issue