embedded-framework/doc/sdk_build_guide.md
2024-05-23 14:22:40 +08:00

10 lines
331 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1. SDK构建设计文档
## 1.1. 概述
  SDK使用cmake构建把分层解耦合的独立模块编译成静态库应用程序根据依赖关系进行自动关联链接。
## 1.2. 启用/禁用功能模块
  根据不同的产品需求来启用/禁用功能模块,避免编译不需要的模块。