Move code related to push-to-remote into a central file
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
cebb66f290
commit
b71acc9f22
15 changed files with 278 additions and 211 deletions
|
@ -96,6 +96,7 @@ endif
|
|||
|
||||
FILES_DSP = CardinalPlugin.cpp
|
||||
FILES_DSP += CardinalCommon.cpp
|
||||
FILES_DSP += CardinalRemote.cpp
|
||||
FILES_DSP += common.cpp
|
||||
|
||||
ifeq ($(CARDINAL_VARIANT),mini)
|
||||
|
@ -251,6 +252,7 @@ ifeq ($(CARDINAL_VARIANT),mini)
|
|||
ifneq ($(HEADLESS),true)
|
||||
FILES_UI = CardinalUI.cpp
|
||||
FILES_UI += CardinalCommon-UI.cpp
|
||||
FILES_UI += CardinalRemote.cpp
|
||||
FILES_UI += common.cpp
|
||||
FILES_UI += glfw.cpp
|
||||
FILES_UI += Window.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue