5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
|
The package libiconv provides CMake targets:
|
||
|
|
||
|
find_package(Iconv)
|
||
|
target_link_libraries(main PRIVATE Iconv::Iconv)
|