more module cleanup and simplification

This commit is contained in:
Stephen Birarda 2014-03-07 11:47:46 -08:00
parent 46e575838b
commit 638d079c0c
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ else ()
set(WIN_ARCH_DIR "Win32")
endif()
find_library(GLEW_LIBRARY "lib/Release/${WIN_ARCH_DIR}/glew32" HINTS ${WIN_GLEW_SEARCH_DIRS})
find_library(GLEW_LIBRARY "lib/Release/${WIN_ARCH_DIR}/glew32s.lib" HINTS ${WIN_GLEW_SEARCH_DIRS})
endif ()
include(FindPackageHandleStandardArgs)

View file

@ -23,7 +23,7 @@ elseif()
set(WIN_ARCH_DIR "lib")
endif()
find_library(GLUT_glut_LIBRARY NAMES "${WIN_ARCH_DIR}/freeglut" HINTS ${WIN_GLUT_SEARCH_DIRS})
find_library(GLUT_glut_LIBRARY "${WIN_ARCH_DIR}/freeglut.lib" HINTS ${WIN_GLUT_SEARCH_DIRS})
else ()
find_path( GLUT_INCLUDE_DIR GL/glut.h
"${GLUT_LOCATION}/include"