Context window is now header only

This commit is contained in:
Pcornat 2026-01-07 23:15:22 +01:00
commit 1c6e844401
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
3 changed files with 10 additions and 19 deletions

View file

@ -56,7 +56,6 @@ endif ()
add_library(${PROJECT_NAME} STATIC
src/window.cpp
src/context_window.cpp
src/opengl_context.cpp
include/opengl_context.hpp
)