deleted expat/json submodules and then used vcpkg on windows.

This commit is contained in:
2021-12-27 16:51:56 +08:00
parent be9122db80
commit ea20632a05
5 changed files with 6 additions and 55 deletions

View File

@@ -5,13 +5,4 @@ project(CMUtil)
include(path_config.cmake)
CMUtilSetup(${CMAKE_CURRENT_SOURCE_DIR})
if(CM_UTIL_SUPPORT_XML)
add_definitions(-DXML_STATIC)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/3rdpty/expat/expat)
endif()
if(CM_UTIL_SUPPORT_JSON)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/3rdpty/jsoncpp)
endif()
add_subdirectory(${CMUTIL_ROOT_SOURCE_PATH})