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.
22 lines
623 B
22 lines
623 B
#add_subdirectory(Migration) |
|
#add_subdirectory(plDatMerger) |
|
add_subdirectory(plLocalizationEditor) |
|
add_subdirectory(plResBrowser) |
|
|
|
if(FREETYPE_FOUND) |
|
add_subdirectory(plFontConverter) |
|
endif() |
|
|
|
# Max Stuff goes below here... |
|
if(3dsm_BUILD_PLUGIN) |
|
add_definitions(-DMAXPLUGINCODE) |
|
|
|
add_subdirectory(MaxComponent) |
|
add_subdirectory(MaxConvert) |
|
add_subdirectory(MaxExport) |
|
add_subdirectory(MaxMain) |
|
#add_subdirectory(MaxMtlUpdate) |
|
add_subdirectory(MaxPlasmaLights) |
|
add_subdirectory(MaxPlasmaMtls) |
|
#add_subdirectory(MaxSceneViewer) # NOTE: Uses Plasma classes that do not exist |
|
endif() |