Move desktop notifications to its own header

We'll need to use this from the chainloader.
This commit is contained in:
Robbert van der Helm
2022-04-16 14:57:26 +02:00
parent fde90d7bc3
commit 46af07748b
12 changed files with 246 additions and 193 deletions
+2
View File
@@ -10,6 +10,7 @@ vst2_plugin_sources = files(
'../common/logging/vst2.cpp',
'../common/audio-shm.cpp',
'../common/linking.cpp',
'../common/notifications.cpp',
'../common/plugins.cpp',
'../common/process.cpp',
'../common/utils.cpp',
@@ -82,6 +83,7 @@ vst3_plugin_sources = files(
'../common/audio-shm.cpp',
'../common/configuration.cpp',
'../common/linking.cpp',
'../common/notifications.cpp',
'../common/plugins.cpp',
'../common/process.cpp',
'../common/utils.cpp',