From 29951a5b4890f160a87aad263c4e3761d087e3a8 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 19 Jan 2011 16:14:43 +0000 Subject: [PATCH] Added empty tests files --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff141901..cf873ba9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ include_directories(".") add_subdirectory(glm) add_subdirectory(test) +add_subdirectory(bench) add_subdirectory(doc)