From 876c829512301e3f20161f05d7c193540e6d1710 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Sat, 28 Sep 2024 17:39:03 -0500 Subject: Working through file picker. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c59a9a2..e37e8ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,8 @@ add_executable(bookmouse src/imgui_context.cpp src/gl_context.cpp src/bookmouse.cpp + src/file_dialog.cpp + src/bookmouse_time.cpp ) include(warnings.cmake) -- cgit v1.2.3