glm/bench/CMakeLists.txt

12 lines
211 B
CMake
Raw Normal View History

2011-01-19 16:14:23 +00:00
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)