# -*- mode: cmake; conding: utf-8; cmake-tab-width: 4; indent-tabs-mode: nil; -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

set( ENABLE_SWIG_MATLAB "YES"
    CACHE INTERNAL "Control the building of MATLAB extensions" )

add_subdirectory(module)
add_subdirectory(test)

#========================================================================
# Provide additional information regarding components
#========================================================================

cpack_add_component(MATLAB
    DISPLAY_NAME "MATLAB extensions"
    DESCRIPTION
        "Pieces needed to use the nds2 client from MATLAB"
    GROUP Runtime
    DEPENDS JAVA
    )
