Merge branch '0.9.8'

This commit is contained in:
Christophe Riccio 2016-07-16 23:42:01 +02:00
commit a5e9632215
2 changed files with 2 additions and 2 deletions

BIN
test/.DS_Store vendored

Binary file not shown.

View File

@ -4,8 +4,8 @@ function(glmCreateTestGTC NAME)
add_executable(${SAMPLE_NAME} ${NAME}.cpp)
add_test(
NAME ${SAMPLE_NAME}
COMMAND $<TARGET_FILE:${SAMPLE_NAME}> )
NAME ${SAMPLE_NAME}
COMMAND $<TARGET_FILE:${SAMPLE_NAME}> )
endif(GLM_TEST_ENABLE)
endfunction()