2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00

Change the Max Plugin defines so that CWaveFile is still available

This commit is contained in:
2011-05-11 17:44:11 -04:00
parent 58c0ad7856
commit 2bbf1f77f3
5 changed files with 10 additions and 7 deletions

View File

@ -87,4 +87,9 @@ if (3dsm_FOUND)
if(NOT 3dsm_FIND_QUIETLY)
message(STATUS "Found 3ds Max SDK: ${3dsm_PATH}")
endif()
option(3dsm_BUILD_PLUGIN "Do we want to build the 3ds Max plugin?" OFF)
if (3dsm_BUILD_PLUGIN)
add_definitions(-DBUILDING_MAXPLUGIN)
endif()
endif()