mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Accommodate newly introduced sources in our build projects (gtkmm2ext)
This commit is contained in:
parent
4d515ad086
commit
d294d03670
2 changed files with 13 additions and 0 deletions
|
|
@ -345,6 +345,10 @@
|
|||
RelativePath="..\emscale.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\eventboxext.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\fader.cc"
|
||||
>
|
||||
|
|
@ -507,6 +511,10 @@
|
|||
RelativePath="..\gtkmm2ext\bindings.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtkmm2ext\cairo_canvas.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtkmm2ext\cairo_icon.h"
|
||||
>
|
||||
|
|
@ -567,6 +575,10 @@
|
|||
RelativePath="..\gtkmm2ext\emscale.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtkmm2ext\eventboxext.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtkmm2ext\fader.h"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ gtkmm2ext_sources = [
|
|||
'debug.cc',
|
||||
'dndtreeview.cc',
|
||||
'emscale.cc',
|
||||
'eventboxext.cc',
|
||||
'focus_entry.cc',
|
||||
'grouped_buttons.cc',
|
||||
'gtk_ui.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue