#
# $Id: CMakeLists.txt 2448 2011-04-09 15:31:41Z adeguet1 $
#
# (C) Copyright 2005-2010 Johns Hopkins University (JHU), All Rights
# Reserved.
#
# --- begin cisst license - do not edit ---
#
# This software is provided "as is" under an open source license, with
# no warranty.  The complete license can be found in license.txt and
# http://www.cisst.org/cisst/license.txt.
#
# --- end cisst license ---

add_executable (cisst3DUserInterfaceDaVinciStereoVideoVoice
                main.cpp
                )

target_link_libraries (cisst3DUserInterfaceDaVinciStereoVideoVoice
                       cisst3DUserInterfaceBehaviors
                       cisstSpeechToCommands
                       cisstSpeechToCommandsQt
                       ${daVinci_ALL_LIBRARIES}
                       )

cisst_target_link_libraries (cisst3DUserInterfaceDaVinciStereoVideoVoice
                             cisstCommon cisstVector cisstOSAbstraction cisstMultiTask
                             cisstStereoVision cisstRobot cisstParameterTypes cisst3DUserInterface)
