diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 12:28:42 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 13:40:29 +0100 |
| commit | 240465626604ed9a7f7b2cb997ab4dffd419eabc (patch) | |
| tree | 0409961bea89eaa1f697748023c2b049136823da /src/CMakeLists.txt | |
| parent | 0f72957a246c4b8c75a61578b66278d630100b03 (diff) | |
Add minimal version of class Fl_String
This class will be used in fl_input_str() and fl_password_str().
Todo: add missing documentation ...
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3c00f0da9..aa74b6c7d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -78,6 +78,7 @@ set (CPPFILES Fl_Single_Window.cxx Fl_Slider.cxx Fl_Spinner.cxx + Fl_String.cxx Fl_Sys_Menu_Bar.cxx Fl_System_Driver.cxx Fl_Table.cxx |
