Skip to content

how to add iconv in the 3rdparty? #2232

Answered by rh101
haoqoo asked this question in Q&A
Discussion options

You must be logged in to vote

You can add any library you want to your own project. This has nothing to do with Axmol.

So, add the iconv library somewhere in your project folder, and link it to your application in the CMakeLists.txt file.

For example, if it is named libiconv, then you link it like this:

target_link_libraries(${APP_NAME} libiconv)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@haoqoo
Comment options

Answer selected by haoqoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants