@ -96,6 +96,7 @@ endif(PLASMA_TARGETS STREQUAL "Ethereal")
option ( PLASMA_BUILD_RESOURCE_DAT "Do we want to build resource.dat?" ON )
option ( PLASMA_BUILD_RESOURCE_DAT "Do we want to build resource.dat?" ON )
option ( PLASMA_BUILD_LAUNCHER "Do we want to build plUruLauncher?" ON )
option ( PLASMA_BUILD_LAUNCHER "Do we want to build plUruLauncher?" ON )
option ( PLASMA_BUILD_TOOLS "Do we want to build the Plasma tools?" ON )
option ( PLASMA_BUILD_TOOLS "Do we want to build the Plasma tools?" ON )
< < < < < < < H E A D
option ( 3dsm_BUILD_PLUGIN "Do we want to build the 3ds Max plugin?" OFF )
option ( 3dsm_BUILD_PLUGIN "Do we want to build the 3ds Max plugin?" OFF )
if ( 3dsm_BUILD_PLUGIN )
if ( 3dsm_BUILD_PLUGIN )
@ -103,6 +104,9 @@ if(3dsm_BUILD_PLUGIN)
add_definitions ( -DBUILDING_MAXPLUGIN )
add_definitions ( -DBUILDING_MAXPLUGIN )
endif ( 3dsm_BUILD_PLUGIN )
endif ( 3dsm_BUILD_PLUGIN )
= = = = = = =
option ( PLASMA_BUILD_TESTS "Do we want to build the unit tests?" OFF )
> > > > > > > M a k e b u i l d i n g t h e t e s t s o p t i o n a l .
option ( USE_VLD "Build and link with Visual Leak Detector (MSVC only)" OFF )
option ( USE_VLD "Build and link with Visual Leak Detector (MSVC only)" OFF )
if ( USE_VLD )
if ( USE_VLD )
add_definitions ( -DUSE_VLD )
add_definitions ( -DUSE_VLD )
@ -128,4 +132,7 @@ include_directories(${OPENSSL_INCLUDE_DIR})
add_subdirectory ( Sources/Plasma )
add_subdirectory ( Sources/Plasma )
add_subdirectory ( Sources/Tools )
add_subdirectory ( Sources/Tools )
if ( PLASMA_BUILD_TESTS )
add_subdirectory ( Sources/Tests )
add_subdirectory ( Sources/Tests )
endif ( PLASMA_BUILD_TESTS )