mirror of https://gitee.com/cxasm/notepad--.git
repo: 预留配置为插件相关支持部分
This commit is contained in:
parent
1f1a6167d9
commit
d69e43f2ef
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue