src/Project/Gtk.vala
[app.Builder.js] / src / Project / Gtk.vala
index cd99789..2e01b7e 100644 (file)
@@ -483,7 +483,9 @@ namespace Project {
                public Gee.ArrayList<string> sources; // list of files+dirs (relative to project)
                public string target_bin;
 
-
+               public string build_execute_args;
+               
+               
                public GtkValaSettings(string name) 
                {
                        this.name = name;