Added empty tests files

This commit is contained in:
Christophe Riccio
2011-01-19 16:14:23 +00:00
parent 1e9ef124e8
commit 137c5661b9
15 changed files with 1353 additions and 2 deletions

11
bench/CMakeLists.txt Normal file
View File

@@ -0,0 +1,11 @@
function(glmCreateBenchGTC NAME)
set(SAMPLE_NAME bench-${NAME})
add_executable(${SAMPLE_NAME} ${NAME}.cpp)
endfunction(glmCreateBenchGTC)
add_subdirectory(core)
add_subdirectory(gtc)
add_subdirectory(gtx)