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.
18 lines
492 B
18 lines
492 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... |
|
if(3dsm_BUILD_PLUGIN) |
|
add_subdirectory(MaxComponent) |
|
add_subdirectory(MaxConvert) |
|
add_subdirectory(MaxExport) |
|
add_subdirectory(MaxMain) |
|
add_subdirectory(MaxPlasmaLights) |
|
add_subdirectory(MaxPlasmaMtls) |
|
endif()
|
|
|