remove iconv
This commit is contained in:
parent
e16a3e115f
commit
a9685b91a8
|
|
@ -30,16 +30,6 @@ set_target_properties(glew32 PROPERTIES
|
||||||
IMPORTED_IMPLIB ${CMAKE_CURRENT_LIST_DIR}/libs/glew32.lib
|
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)
|
add_library(crypto STATIC IMPORTED GLOBAL)
|
||||||
|
|
||||||
set_target_properties(crypto PROPERTIES
|
set_target_properties(crypto PROPERTIES
|
||||||
|
|
@ -238,7 +228,6 @@ endif()
|
||||||
list(APPEND CC_EXTERNAL_LIBS
|
list(APPEND CC_EXTERNAL_LIBS
|
||||||
freetype
|
freetype
|
||||||
glew32
|
glew32
|
||||||
iconv
|
|
||||||
crypto
|
crypto
|
||||||
curl
|
curl
|
||||||
jpeg
|
jpeg
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue