From bc64ed561f22187c322d3a19372e23fbe43bdc8e Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 15 May 2023 14:29:57 +0200 Subject: [PATCH] Add *.mm files, needed for Xcode Signed-off-by: falkTX --- source/backend/engine/CarlaEngineNative.mm | 18 ++++++++++++++++++ source/utils/CarlaMacUtils.mm | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 source/backend/engine/CarlaEngineNative.mm create mode 100644 source/utils/CarlaMacUtils.mm diff --git a/source/backend/engine/CarlaEngineNative.mm b/source/backend/engine/CarlaEngineNative.mm new file mode 100644 index 000000000..50c49543c --- /dev/null +++ b/source/backend/engine/CarlaEngineNative.mm @@ -0,0 +1,18 @@ +/* + * Carla Plugin Host + * Copyright (C) 2011-2023 Filipe Coelho + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of + * the License, or any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * For a full copy of the GNU General Public License see the doc/GPL.txt file. + */ + +#include "CarlaEngineNative.cpp" diff --git a/source/utils/CarlaMacUtils.mm b/source/utils/CarlaMacUtils.mm new file mode 100644 index 000000000..f24ccbe97 --- /dev/null +++ b/source/utils/CarlaMacUtils.mm @@ -0,0 +1,18 @@ +/* + * Carla macOS utils + * Copyright (C) 2018-2022 Filipe Coelho + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of + * the License, or any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * For a full copy of the GNU General Public License see the doc/GPL.txt file. + */ + +#include "CarlaMacUtils.cpp"