attempt to let Maya plugin build under Linux using cmake
Thanks redpawfx for the feedback, see http://code.google.com/p/bullet/issues/detail?id=221 improvements in cmake (disable this incremental linking)
This commit is contained in:
@@ -6,11 +6,15 @@ if(COMMAND cmake_policy)
|
||||
endif(COMMAND cmake_policy)
|
||||
|
||||
|
||||
IF ( UNIX AND NOT APPLE )
|
||||
ADD_DEFINITIONS(-DLINUX)
|
||||
ENDIF()
|
||||
|
||||
SET(CMAKE_CXX_WARNING_LEVEL 4)
|
||||
|
||||
#SET (CMAKE_VERBOSE_MAKEFILE TRUE)
|
||||
FIND_PATH(MAYA_BASE_DIR include/maya/MFn.h PATH
|
||||
/usr/autodesk/maya2009-x64
|
||||
/usr/autodesk/maya2008-x64
|
||||
/usr/autodesk/maya
|
||||
"C:/Program Files/Autodesk/Maya2008"
|
||||
|
||||
Reference in New Issue
Block a user