Browse Source

[cocos2dx] Disable cocos2d spine editor support for our example project.

badlogic 5 years ago
parent
commit
1daedd3f1c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      spine-cocos2dx/example-v4/CMakeLists.txt

+ 1 - 0
spine-cocos2dx/example-v4/CMakeLists.txt

@@ -28,6 +28,7 @@ cmake_minimum_required(VERSION 3.6)
 set(APP_NAME spine-cocos2dx-example)
 
 project(${APP_NAME})
+option(BUILD_EDITOR_SPINE "Build editor support for spine" ON)
 
 if(XCODE)
     if(NOT DEFINED CMAKE_XCODE_ATTRIBUTE_IPHONEOS_DEPLOYMENT_TARGET)