Add MSVC support for the upcoming dsp stats window

This commit is contained in:
John Emmas 2021-06-12 10:42:27 +01:00
parent a47348f2a2
commit 87e295fc7e
2 changed files with 17 additions and 0 deletions

View File

@ -471,6 +471,14 @@
RelativePath="..\gtk2_ardour\debug.cc"
>
</File>
<File
RelativePath="..\gtk2_ardour\dsp_stats_ui.cc"
>
</File>
<File
RelativePath="..\gtk2_ardour\dsp_stats_window.cc"
>
</File>
<File
RelativePath="..\gtk2_ardour\duplicate_routes_dialog.cc"
>
@ -1641,6 +1649,14 @@
RelativePath="..\gtk2_ardour\debug.h"
>
</File>
<File
RelativePath="..\gtk2_ardour\dsp_stats_ui.h"
>
</File>
<File
RelativePath="..\gtk2_ardour\dsp_stats_window.h"
>
</File>
<File
RelativePath="..\gtk2_ardour\duplicate_routes_dialog.h"
>

View File

@ -103,6 +103,7 @@
#include "big_clock_window.h"
#include "big_transport_window.h"
#include "bundle_manager.h"
#include "dsp_stats_window.h"
#include "engine_dialog.h"
#include "export_video_dialog.h"
#include "global_port_matrix.h"