osx - Add dynamic library to firebreath -
i'm developing plugin mac. i'm trying use afnetworking , other frameworks needs arc. i'm trying create .a(library) framework , access in firebreath. tried adding directory contains .a using include_directories in projectdef.cmake linking in target_link_libraries. please lemme know how add , whether framework can used in firebreath without pitfalls
i have used external libraries in firebreath. though have used editors link libraries. need specify .h files function prototypes, along .a files dynamically link .dylib
try adding these via xcode , see if works.
Comments
Post a Comment