Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frarees/maya-cmake

CMake module to find Autodesk Maya
https://github.com/frarees/maya-cmake

Last synced: 11 days ago
JSON representation

CMake module to find Autodesk Maya

Awesome Lists containing this project

README

        

# FindMaya.cmake

## Installation

Include FindMaya.cmake in your user-created CMake module path. If you don't have one, you should. Follow these steps:

1. Create a `cmake` (or whatever name you like) folder at the same level as your `CMakeLists.txt`.
2. Open your `CMakeLists.txt` and add a reference to that path (`SET(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)`).

## Usage

`find_package(Maya)` will do.

## Current state

This module should work for Maya 2010, 2011, 2012 and 2013 distribution installed on either Windows, Mac OS X or Linux systems. It needs to be extensively expanded. See *collaboration*.

## Collaboration

Collaboration is encouraged thought forks and pull requests.