mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
9 lines
207 B
Text
9 lines
207 B
Text
|
|
||
|
if(MSVC)
|
||
|
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||
|
endif()
|
||
|
|
||
|
add_library(iconv-static win_iconv.c)
|
||
|
set_target_properties(iconv-static PROPERTIES OUTPUT_NAME "iconv")
|
||
|
add_dependencies(iconv-static psdk)
|