Skip to content

Voronwe-the-guide/IllustratorPluginCmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IllustratorPluginCmake

A test to port an Adobe Illustrator Plugin to Cmake

This is a try to port the MenuPlay from the Adobe Illustrator SDK Samples to CMake in Windows

The Cmake-file can be found in sampleCode/MenuPlay

The Illustrator API itself is not included, because I was unclear whether it is ok to do so. Add the folder "illustratorapi" to the main-folder

The plugin has to be build as a dll. Internally, an additional .lib has to be created. This is done by calling set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)

in CMake

About

<Not working> A test to port an Adobe Illustrator Plugin to Cmake

Resources

Stars

Watchers

Forks

Packages

No packages published