From a34251c61ed52adcaccbb685701f159bc8bf21fa Mon Sep 17 00:00:00 2001 From: taynpg Date: Fri, 10 Jan 2025 15:34:10 +0800 Subject: [PATCH] =?UTF-8?q?add=EF=BC=9A=E6=B7=BB=E5=8A=A0=E5=BC=80?= =?UTF-8?q?=E5=85=B3=E6=8F=90=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 4 ++++ filecomplete | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e74cecf..a38a7da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,10 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND CMAKE_SYSTEM_NAME MATCHES "Windows") add_compile_options(-Wa,-mbig-obj) endif() +if(DEFINED IOS_ISH) + message(STATUS "INPUT IOS_ISH ${IOS_ISH}") +endif() + set(CMAKE_DEBUG_POSTFIX "d") message(STATUS "System: ${CMAKE_SYSTEM_NAME}") message(STATUS "Compiler CXX ID: ${CMAKE_CXX_COMPILER_ID}") diff --git a/filecomplete b/filecomplete index 715c915..8789d06 160000 --- a/filecomplete +++ b/filecomplete @@ -1 +1 @@ -Subproject commit 715c9155bf35d60a93ae418945900586f93c34c2 +Subproject commit 8789d0695a5d83c1e918a5f7afe851a01d50cb76