Copy link to clipboard
Copied
Hi All,
I'm trying to port a project form XCode to cmake.
Currently stack with linkage issue, as I've no idea how to build the .r files with cmake.
any ideas? recommendations?
Thanks in advance,
Yuri
Copy link to clipboard
Copied
Hey Yuri,
Did you manage to find a solution how to use cmake with AE plugins?
Copy link to clipboard
Copied
Partial.
We compile an existing xcode project instead of generic cmake solution.
Copy link to clipboard
Copied
Better late than never but here is a script I wrote with cmake that works on both macos and windows for the skeleton example.
https://github.com/mobile-bungalow/after_effects_cmake
ciao.