Enable ObjC++ for Apple platform state

This commit is contained in:
2026-06-17 09:37:22 +02:00
parent c1163e39e4
commit 6d906f6288

View File

@@ -5,6 +5,10 @@ project(PanoPainter
DESCRIPTION "Panoramic painting and animation application"
LANGUAGES C CXX)
if(APPLE)
enable_language(OBJCXX)
endif()
if(POLICY CMP0091)
cmake_policy(SET CMP0091 NEW)
endif()