You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
678 B
23 lines
678 B
if(PLASMA_BUILD_TOOLS) |
|
add_subdirectory(plLocalizationEditor) |
|
add_subdirectory(plResBrowser) |
|
add_subdirectory(plShaderAssembler) |
|
if(FREETYPE_FOUND) |
|
add_subdirectory(plFontConverter) |
|
endif() |
|
endif() |
|
|
|
# Max Stuff goes below here... |
|
option(3dsm_BUILD_PLUGIN "Do we want to build the 3ds Max plugin?" OFF) |
|
if(3dsm_BUILD_PLUGIN) |
|
find_package(MaxSDK REQUIRED) |
|
add_definitions(-DBUILDING_MAXPLUGIN) |
|
add_definitions(-DMAXPLUGINCODE) |
|
|
|
add_subdirectory(MaxComponent) |
|
add_subdirectory(MaxConvert) |
|
add_subdirectory(MaxExport) |
|
add_subdirectory(MaxMain) |
|
add_subdirectory(MaxPlasmaLights) |
|
add_subdirectory(MaxPlasmaMtls) |
|
endif()
|
|
|