Browse Source

Fixed GLI location

Christophe Riccio 14 years ago
parent
commit
8b54d0b46e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -22,7 +22,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
 endif()
 endif()
 
 
 include_directories(".")
 include_directories(".")
-include_directories("./test/extenal")
+include_directories("./test/external")
 
 
 add_subdirectory(glm)
 add_subdirectory(glm)
 add_subdirectory(test)
 add_subdirectory(test)