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

@@ -1,4 +1,4 @@
# Install script for directory: C:/Users/Xoro/source/repos/Nuklear Demo
# Install script for directory: C:/Users/0xC3R/source/repos/Nuklear-GLFW3-Demo
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@@ -35,7 +35,7 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "C:/Users/Xoro/source/repos/Nuklear Demo/build/install_local_manifest.txt"
file(WRITE "C:/Users/0xC3R/source/repos/Nuklear-GLFW3-Demo/build/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()
if(CMAKE_INSTALL_COMPONENT)
@@ -51,6 +51,6 @@ else()
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "C:/Users/Xoro/source/repos/Nuklear Demo/build/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "C:/Users/0xC3R/source/repos/Nuklear-GLFW3-Demo/build/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()