Christophe Riccio 9 年之前
父节点
当前提交
7eb0adb7a5
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      test/.DS_Store
  2. 2 2
      test/CMakeLists.txt

二进制
test/.DS_Store


+ 2 - 2
test/CMakeLists.txt

@@ -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()