remove iconv

This commit is contained in:
oahcy 2022-06-30 14:07:12 +08:00
parent e16a3e115f
commit a9685b91a8
3 changed files with 0 additions and 11 deletions

View File

@ -30,16 +30,6 @@ set_target_properties(glew32 PROPERTIES
IMPORTED_IMPLIB ${CMAKE_CURRENT_LIST_DIR}/libs/glew32.lib
)
add_library(iconv SHARED IMPORTED GLOBAL)
set_target_properties(iconv PROPERTIES
IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/iconv-2.dll
IMPORTED_IMPLIB ${CMAKE_CURRENT_LIST_DIR}/libs/iconv.lib
IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/charset-1.dll
IMPORTED_IMPLIB ${CMAKE_CURRENT_LIST_DIR}/libs/charset.lib
)
add_library(crypto STATIC IMPORTED GLOBAL)
set_target_properties(crypto PROPERTIES
@ -238,7 +228,6 @@ endif()
list(APPEND CC_EXTERNAL_LIBS
freetype
glew32
iconv
crypto
curl
jpeg

Binary file not shown.

Binary file not shown.