glm/bench/CMakeLists.txt
2011-01-19 16:14:23 +00:00

12 lines
211 B
CMake

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)