Skip to content

Commit 13e690b

Browse files
committed
统一代码风格
1 parent 89ef74e commit 13e690b

File tree

4 files changed

+96
-419
lines changed

4 files changed

+96
-419
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ add_definitions(-DFMT_HEADER_ONLY -DRAPIDJSON_HAS_STDSTRING=1)
3737
if(UNIX)
3838
include_directories(
3939
third/rapidjson/include
40-
third/fmt
40+
third/fmt/include
4141
${ZLIB_INCLUDE_DIRS}
4242
${OPENSSL_INCLUDE_DIR}
4343
src
@@ -66,7 +66,7 @@ endif()
6666
if(MSVC)
6767
include_directories(
6868
third/rapidjson/include
69-
third/fmt
69+
third/fmt/include
7070
third/mbedtls/include
7171
# Windows 上 zlib include 路径需要手动指定
7272
third/zlib-1.2.11

Makefile

Lines changed: 0 additions & 300 deletions
This file was deleted.

0 commit comments

Comments
 (0)