diff --git a/CMakeLists.txt b/CMakeLists.txt index d990b1d..c18417f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,6 +67,16 @@ if(TRUE) endif(TRUE) +# ----------------- CCEditor Plugin Support or Other ----------------- # +if(TRUE) + + # 开启插件支持 + # target_compile_definitions(${PROJECT_NAME} PUBLIC NO_PLUGIN=0) + + # 其它有关插件的部分处理... + +endif(TRUE) + if(CMAKE_HOST_UNIX) include(cmake/SparkInstallMacrosConfig.cmake)