Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'macx/osax/CMakeLists.txt')
-rw-r--r--macx/osax/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/macx/osax/CMakeLists.txt b/macx/osax/CMakeLists.txt
index f73dfe2d8..27f467010 100644
--- a/macx/osax/CMakeLists.txt
+++ b/macx/osax/CMakeLists.txt
@@ -11,6 +11,9 @@ add_library(MumbleOverlay MODULE
"MumbleOverlay.sdef"
)
+# The overlay doesn't work well with unity builds
+set_target_properties(MumbleOverlay PROPERTIES UNITY_BUILD FALSE)
+
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/osax.plist.in" "${CMAKE_CURRENT_BINARY_DIR}/osax.plist")
set_target_properties(MumbleOverlay