mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-30 20:13:22 +08:00
modified Find*.cmake files to look in the LearnOpenGL local includes and lib directories
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
set( _glfw3_HEADER_SEARCH_DIRS
|
||||
"/usr/include"
|
||||
"/usr/local/include"
|
||||
"${CMAKE_SOURCE_DIR}/includes"
|
||||
"${CMAKE_SOURCE_DIR}/lib"
|
||||
"C:/Program Files (x86)/glfw/include" )
|
||||
set( _glfw3_LIB_SEARCH_DIRS
|
||||
"/usr/lib"
|
||||
|
||||
Reference in New Issue
Block a user