From 0dfb004ac0c0dcd201970705b873e1f84b92fa9a Mon Sep 17 00:00:00 2001 From: donghualin Date: Fri, 8 Jul 2022 11:38:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9A=82=E6=97=B6=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E4=BD=BF=E7=94=A8AM=E5=AE=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 适配启动器,先暂时取消使用AM宏,保证先正常使用 Log: Influence: 无 Task: https://pms.uniontech.com/task-view-162227.html Change-Id: I9dcf089bf361f932cd82e40bc19892d9a74b70e7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d208ea282..9f8c914dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ endif() file(GLOB INTERFACES "interfaces/*.h") -add_compile_definitions(USE_AM) +#add_compile_definitions(USE_AM) #因为单元测试需要直接测试源代码,而主程序代码中include的单元使用了相对路径 #单元测试的CMakeLists和主程序的CMakeLists路径不同,编译单元测试时会提示找不到文件