Enable CTest

This commit is contained in:
Christophe Riccio 2011-02-23 14:45:54 +00:00
parent d7716e337f
commit ea5e268d94

View file

@ -2,8 +2,7 @@ cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
cmake_policy(VERSION 2.6)
project(glm)
#Delayed for GLM 0.9.2
#enable_testing()
enable_testing()
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
add_definitions(-pedantic)