4 lines
127 B
Text
Executable file
4 lines
127 B
Text
Executable file
The package libiconv provides CMake targets:
|
|
|
|
find_package(Iconv)
|
|
target_link_libraries(main PRIVATE Iconv::Iconv)
|