From 9b8f2c5f3da65267195d26c093f5f39ae0e94e82 Mon Sep 17 00:00:00 2001 From: Dw9 Date: Sun, 25 Sep 2022 12:12:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dassert=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd326292..29ad24ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -418,7 +418,7 @@ endif() include_directories(${CMAKE_CURRENT_BINARY_DIR}) # for assert.h -include_directories(${CMAKE_CURRENT_SOURCE_DIR}/3rdparty) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/3rdpart) add_subdirectory(3rdpart)