Custom window size and styling added.

This commit is contained in:
0xC3-dev
2025-08-01 00:08:51 -04:00
parent 6364eadbfe
commit 7594223a21
130 changed files with 856 additions and 3146 deletions

View File

@@ -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"