Newer
Older
if( WITH_TOOLS STREQUAL "yes" )
ADD_SUBDIRECTORY( Python )
endif( WITH_TOOLS STREQUAL "yes" )
if( WITH_TOOLS STREQUAL "yes" )
ADD_SUBDIRECTORY( Tools )
endif( WITH_TOOLS STREQUAL "yes" )
if( WITH_TESTS STREQUAL "yes" )
ADD_SUBDIRECTORY( UnitTests )
endif( WITH_TESTS STREQUAL "yes" )