From efe83626d6ef95aa588a73e1d4d22e06548adee3 Mon Sep 17 00:00:00 2001 From: nianhua <1585346868@qq.com> Date: Tue, 18 Jun 2024 15:54:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=90=E4=BA=9B=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=97=A0=E9=BB=98=E8=AE=A4stdc++fs?= 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 1b311cb..2619f81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,6 +109,7 @@ else() sqlite3 dl rt + stdc++fs ) endif()