Skip to main content
Inspiring
July 11, 2016
Question

Any examples for building AE plugins on OSx with cmake?

  • July 11, 2016
  • 1 reply
  • 957 views

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

This topic has been closed for replies.

1 reply

tomasz_cc
Inspiring
April 22, 2017

Hey Yuri,

Did you manage to find a solution how to use cmake with AE plugins?

kotuk81Author
Inspiring
April 23, 2017

Partial.

We compile an existing xcode project instead of generic cmake solution.

Shoggoths_Son
Participating Frequently
November 30, 2023

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.