Custom window size and styling added.
This commit is contained in:
@@ -38,9 +38,9 @@ if(WIN32)
|
||||
find_library(GLFW3_LIBRARY
|
||||
NAMES glfw3 glfw
|
||||
PATHS
|
||||
"E:/External Includes/glfw-3.4/build/src/Release"
|
||||
"E:/External Includes/glfw-3.4/build/src/Debug"
|
||||
"E:/External Includes/glfw-3.4/lib"
|
||||
"C:/Users/0xC3R/source/repos/glfw-3.4/build/src/Release"
|
||||
"C:/Users/0xC3R/source/repos/glfw-3.4/build/src/Debug"
|
||||
"C:/Users/0xC3R/source/repos/glfw-3.4/lib"
|
||||
"C:/Program Files/GLFW/lib"
|
||||
"C:/vcpkg/installed/x64-windows/lib"
|
||||
"${CMAKE_PREFIX_PATH}/lib"
|
||||
@@ -49,7 +49,7 @@ if(WIN32)
|
||||
find_path(GLFW3_INCLUDE_DIR
|
||||
NAMES GLFW/glfw3.h
|
||||
PATHS
|
||||
"E:/External Includes/glfw-3.4/include"
|
||||
"C:/Users/0xC3R/source/repos/glfw-3.4/include"
|
||||
"C:/Program Files/GLFW/include"
|
||||
"C:/vcpkg/installed/x64-windows/include"
|
||||
"${CMAKE_PREFIX_PATH}/include"
|
||||
|
Reference in New Issue
Block a user