Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Any examples for building AE plugins on OSx with cmake?

Participant ,
Jul 10, 2016 Jul 10, 2016

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

TOPICS
SDK
889
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 22, 2017 Apr 22, 2017

Hey Yuri,

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Apr 22, 2017 Apr 22, 2017

Partial.

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 30, 2023 Nov 30, 2023
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines