diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2024-12-29 23:51:07 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2024-12-29 23:51:07 +1300 |
commit | b870f2a1e8fcb956ce316e6a600d7d0625604830 (patch) | |
tree | 1baa64b41151cdd956666c37eeabc9867b69b47c /test.gpr | |
parent | 42fff9f52462823b3cb315476fd9d67d4e7fc075 (diff) |
Revised FLTK.Devices.Surface subhierarchy
Diffstat (limited to 'test.gpr')
-rw-r--r-- | test.gpr | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,12 +12,13 @@ project Test is for Source_Dirs use ("test"); for Object_Dir use "obj"; for Exec_Dir use "bin"; - for Main use ("compare.adb", "dirlist.adb"); + for Main use ("compare.adb", "dirlist.adb", "page_formats.adb"); package Builder is for Executable ("compare.adb") use "compare"; for Executable ("dirlist.adb") use "dirlist"; + for Executable ("page_formats.adb") use "page_formats"; end Builder; |