5 lines
106 B
CMake
5 lines
106 B
CMake
# 编译类型: release/debug
|
|
set(BUILD_TYPE "debug")
|
|
# 设置操作系统
|
|
set(PLATFORM "tencentos_tiny")
|