From 671f6e378274e0c4842dd2cc23d47efb17978181 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Nov 2020 17:58:05 +0100 Subject: Move Legend implementation to a separate source file --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index b970239..6ea766c 100644 --- a/wscript +++ b/wscript @@ -237,6 +237,7 @@ def build(bld): install_path = '${BINDIR}') prog.source = ''' src/Configuration.cpp + src/Legend.cpp src/Patchage.cpp src/PatchageCanvas.cpp src/PatchageEvent.cpp -- cgit v1.2.1