Enable ObjC++ for Apple platform state
This commit is contained in:
@@ -5,6 +5,10 @@ project(PanoPainter
|
|||||||
DESCRIPTION "Panoramic painting and animation application"
|
DESCRIPTION "Panoramic painting and animation application"
|
||||||
LANGUAGES C CXX)
|
LANGUAGES C CXX)
|
||||||
|
|
||||||
|
if(APPLE)
|
||||||
|
enable_language(OBJCXX)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(POLICY CMP0091)
|
if(POLICY CMP0091)
|
||||||
cmake_policy(SET CMP0091 NEW)
|
cmake_policy(SET CMP0091 NEW)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user