glm/test/CMakeLists.txt
2010-12-17 01:33:17 +00:00

13 lines
251 B
CMake

function(glmCreateTestGTC NAME)
set(SAMPLE_NAME test-${NAME})
add_executable(${SAMPLE_NAME} ${NAME}.cpp)
endfunction(glmCreateTestGTC)
add_subdirectory(bug)
add_subdirectory(core)
add_subdirectory(gtc)
add_subdirectory(gtx)
add_subdirectory(img)