summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthiasWM <git@matthiasm.com>2025-12-21 15:34:04 +0100
committerMatthiasWM <git@matthiasm.com>2025-12-21 15:36:12 +0100
commit7bbf3a1bc31b788be6492b429b9168939b1f3fb2 (patch)
tree7f1e91453e440b36848de7f29f611cc8ee069ab9 /src/CMakeLists.txt
parentbad956cdd63de444a061ff754b99c633e11438c3 (diff)
Win32: Basic Pen driver setup
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8f05995d7..b5f10cc0d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -399,6 +399,7 @@ else()
drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx
drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx
+ drivers/WinAPI/Fl_WinAPI_Pen_Driver.cxx
drivers/GDI/Fl_GDI_Graphics_Driver.cxx
drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx
drivers/GDI/Fl_GDI_Graphics_Driver_color.cxx