We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用cmake .. -GXcode -DCMAKE_TOOLCHAIN_FILE=../cmake/ios.toolchain.cmake后 lib external中的没有出现
target_link_libraries(external ext_box2d #无 ext_chipmunk #无 ext_freetype #无 ext_recast ext_jpeg #无 ext_uv #无 ext_webp #无 ext_bullet #无 ext_ssl #无 ext_crypto #无 ext_tiff #无 ext_websockets #无 ext_tinyxml2 ext_xxhash ext_xxtea ext_clipper ext_edtaa3func ext_convertUTF ext_poly2tri ext_md5 )
xcode里需要自己为external添加link binary吗? 请问下这个cmake的问题还是生成xcode ios过程中出问题了
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用cmake .. -GXcode -DCMAKE_TOOLCHAIN_FILE=../cmake/ios.toolchain.cmake后
lib external中的没有出现
xcode里需要自己为external添加link binary吗?
请问下这个cmake的问题还是生成xcode ios过程中出问题了
The text was updated successfully, but these errors were encountered: