This commit is contained in:
krad
2021-10-27 13:16:58 +08:00
parent 8bd58c553a
commit d4169455e5
3 changed files with 15 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ file(GLOB_RECURSE project_headers ./src/*.h)
file(GLOB_RECURSE project_cpps ./src/*.cpp)
file(GLOB_RECURSE project_cxx ./src/*.cxx)
file(GLOB_RECURSE project_cc ./src/*.cc)
set(USE_SHIMLIB OFF)
set(USE_SHIMLIB ON)
if(UNIX AND USE_SHIMLIB)
file(GLOB_RECURSE project_c ./src/json/*.c)
else()