text控件:新增光标后插入;新增可控边界
This commit is contained in:
@@ -44,4 +44,7 @@ function(add_resource_package TARGET_NAME INPUT_DIR OUTPUT_FILE)
|
||||
endfunction()
|
||||
|
||||
#添加子项目
|
||||
#add_subdirectory(./demo) # 暂时注释掉,只编译库
|
||||
option(BUILD_DEMO "Build demo projects" ON)
|
||||
if(BUILD_DEMO)
|
||||
add_subdirectory(./demo)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user