Pārlūkot izejas kodu

Removed unused GLU dependency.

Camilla Berglund 10 gadi atpakaļ
vecāks
revīzija
46888206be
2 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 1
      tests/CMakeLists.txt
  2. 0 1
      tests/cursor.c

+ 1 - 1
tests/CMakeLists.txt

@@ -1,5 +1,5 @@
 
-link_libraries(glfw "${OPENGL_glu_LIBRARY}")
+link_libraries(glfw)
 
 if (BUILD_SHARED_LIBS)
     add_definitions(-DGLFW_DLL)

+ 0 - 1
tests/cursor.c

@@ -27,7 +27,6 @@
 //
 //========================================================================
 
-#define GLFW_INCLUDE_GLU
 #include <GLFW/glfw3.h>
 
 #include <stdio.h>