Explorar el Código

Un-breakify tests

Krzysztof Kurek hace 6 años
padre
commit
75c5e6e0b2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      CMakeLists.txt

+ 2 - 1
CMakeLists.txt

@@ -10,7 +10,6 @@ add_library(glm::glm ALIAS glm)
 
 if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
 
-add_subdirectory(test)
 enable_testing()
 
 option(GLM_QUIET "No CMake Message" OFF)
@@ -239,4 +238,6 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
 	add_definitions(-D_CRT_SECURE_NO_WARNINGS)
 endif()
 
+add_subdirectory(test)
+
 endif(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})