mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
more module cleanup and simplification
This commit is contained in:
parent
46e575838b
commit
638d079c0c
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue