Skip to content
New issue

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没有为external项目link binary #382

Open
lyonscott opened this issue Oct 13, 2019 · 0 comments
Open

cmake没有为external项目link binary #382

lyonscott opened this issue Oct 13, 2019 · 0 comments

Comments

@lyonscott
Copy link

使用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过程中出问题了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant