mirror of https://gitee.com/cxasm/notepad--.git
cmake-plugin: 在顶层构建中添加 构建 Notepad-- 插件 支持
This commit is contained in:
parent
2186c013d6
commit
1b28afacc0
|
@ -32,6 +32,9 @@ if(TRUE)
|
|||
include(cmake/modules/Notepad--.cmake)
|
||||
endif(TRUE)
|
||||
|
||||
# ----------------- 构建 Notepad-- 插件 ----------------- #
|
||||
add_subdirectory(src/plugin)
|
||||
|
||||
# ----------------- Notepad-- 其它主线构建相关 ----------------- #
|
||||
option(USE_WINDOWS_UNIVERSAL "通用 Windows 平台构建" OFF)
|
||||
option(USE_WINDOWS_MINGW "通用 Windows 平台 MinGW 构建" OFF)
|
||||
|
|
Loading…
Reference in New Issue