Building examples
Building a Maya plug-in or application is a two stage process. First cmake
is used to generate a project for the plug-in or application. Then cmake
is used again to build the plug-in or application using the generated project.
Important:
You need to set up your environment as described in Setting up your build environment before building the examples.