diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a5f52474..1f442221 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ -link_libraries(glfw "${OPENGL_glu_LIBRARY}") +link_libraries(glfw) if (BUILD_SHARED_LIBS) add_definitions(-DGLFW_DLL) diff --git a/tests/cursor.c b/tests/cursor.c index 9b899266..fc65c4da 100644 --- a/tests/cursor.c +++ b/tests/cursor.c @@ -27,7 +27,6 @@ // //======================================================================== -#define GLFW_INCLUDE_GLU #include #include