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:
@ -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()
|
Reference in New Issue
Block a user