summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-11-06 15:01:47 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-11-06 16:32:29 +0100
commit8b92935b1e2964889d76fe64374be1ab3b040027 (patch)
tree6ee9a567ca8a92eef53cf15c9ac6fca6f3cfc8cb /src/CMakeLists.txt
parentc4bb4e192ed4661f4a74e31b1f5ae8116c59cc9e (diff)
Add Fl_Int_Vector: "an STL-ish vector without templates"
Code copied from Fl_Table and reformatted. Thanks to Greg for the original code.
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 bfeb13c56..c5a82bcc8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -48,6 +48,7 @@ set (CPPFILES
Fl_Input.cxx
Fl_Input_.cxx
Fl_Input_Choice.cxx
+ Fl_Int_Vector.cxx
Fl_Light_Button.cxx
Fl_Menu.cxx
Fl_Menu_.cxx