mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-20 13:44:05 -05:00
5 lines
127 B
Plaintext
Executable File
5 lines
127 B
Plaintext
Executable File
The package libiconv provides CMake targets:
|
|
|
|
find_package(Iconv)
|
|
target_link_libraries(main PRIVATE Iconv::Iconv)
|