From 8789d0695a5d83c1e918a5f7afe851a01d50cb76 Mon Sep 17 00:00:00 2001 From: taynpg Date: Fri, 10 Jan 2025 15:33:40 +0800 Subject: [PATCH] =?UTF-8?q?add:=E6=B7=BB=E5=8A=A0=E5=BC=80=E5=85=B3?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index abf3ad2..a22167d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,7 @@ if (MSVC) endif() if(DEFINED IOS_ISH) + message(STATUS "filecomplete USE IOS_ISH") add_definitions(-DIOS_ISH) add_definitions(-DMFLUSH_STDOUT) endif()