diff options
Diffstat (limited to 'fluid/ide_support.cxx')
| -rw-r--r-- | fluid/ide_support.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fluid/ide_support.cxx b/fluid/ide_support.cxx index f6b4ae2ec..5c7326345 100644 --- a/fluid/ide_support.cxx +++ b/fluid/ide_support.cxx @@ -1241,6 +1241,12 @@ int create_new_database(const char *filename) demo_db.depends_on(db); } + { Fl_Target_Prefs db(tests_db.add_with_key("name", "rotated_text")); + db.add_source(files_db, "test/rotated_text.cxx"); + db.add_lib(fltk_lib); + demo_db.depends_on(db); + } + { Fl_Target_Prefs db(tests_db.add_with_key("name", "scroll")); db.add_source(files_db, "test/scroll.cxx"); db.add_lib(fltk_lib); |
