repo: 预留配置为插件相关支持部分

This commit is contained in:
zinface 2023-02-05 16:58:53 +08:00
parent 1f1a6167d9
commit d69e43f2ef
1 changed files with 10 additions and 0 deletions

View File

@ -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)