Merge pull request #11707 from TellowKrinkle/CMakeIconv

CMake: Use find_package and imported targets for Iconv
This commit is contained in:
Admiral H. Curtiss 2023-05-19 19:27:16 +02:00 committed by GitHub
commit 86f1ef1e33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 117 additions and 16 deletions

View file

@ -153,7 +153,7 @@ PUBLIC
PRIVATE
${CURL_LIBRARIES}
FatFs
${ICONV_LIBRARIES}
Iconv::Iconv
${spng_target}
${VTUNE_LIBRARIES}
)