Christophe Riccio 9 years ago
parent
commit
7eb0adb7a5
2 changed files with 2 additions and 2 deletions
  1. BIN
      test/.DS_Store
  2. 2 2
      test/CMakeLists.txt

BIN
test/.DS_Store


+ 2 - 2
test/CMakeLists.txt

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