mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 00:18:15 +08:00
12 lines
357 B
CMake
12 lines
357 B
CMake
|
#
|
||
|
# Use file for libiconv. Auto-generated, any change here might be overwritten
|
||
|
# without any warning.
|
||
|
#
|
||
|
|
||
|
set(Libiconv_SOURCE_DIR "@Libiconv_SOURCE_DIR@")
|
||
|
set(Libiconv_BINARY_DIR "@Libiconv_BINARY_DIR@")
|
||
|
set(Libiconv_LIBRARIES "@Libiconv_TARGETS@")
|
||
|
|
||
|
if(EXISTS "@Libiconv_TARGETS_FILE@" AND NOT TARGET libcharset)
|
||
|
include("@Libiconv_TARGETS_FILE@")
|
||
|
endif()
|