https://github.com/frarees/maya-cmake
CMake module to find Autodesk Maya
https://github.com/frarees/maya-cmake
Last synced: 4 months ago
JSON representation
CMake module to find Autodesk Maya
- Host: GitHub
- URL: https://github.com/frarees/maya-cmake
- Owner: frarees
- Created: 2012-02-25T09:40:26.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-14T17:00:52.000Z (over 13 years ago)
- Last Synced: 2025-10-27T03:34:53.058Z (8 months ago)
- Homepage: http://frarees.github.com/maya-cmake
- Size: 191 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.