From b4a17e3a28f31217c79faa160f5e6abd720da054 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Mon, 23 Sep 2024 23:53:01 -0500 Subject: Applying RAII types --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f611384..8dcf8ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,10 @@ add_executable(bookmouse src/image.cpp src/fud_mem.cpp src/demo.cpp -# src/main_window.cpp + src/sdl_context.cpp + src/sdl_main_window.cpp + src/imgui_context.cpp + src/gl_context.cpp # src/bookmouse.cpp ) -- cgit v1.2.3