#
# $Id: CMakeLists.txt 2448 2011-04-09 15:31:41Z adeguet1 $
#
# (C) Copyright 2005-20 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_library (cisst3DUserInterfaceBehaviors
             ${IS_SHARED}
             ui3BehaviorsExport.h
             SimpleBehavior.h
             SimpleBehavior.cpp
             MeasurementBehavior.h
             MeasurementBehavior.cpp
             MapBehavior.h
             MapBehavior.cpp
             ImageViewer.h
             ImageViewer.cpp
             ImageViewerKidney.h
             ImageViewerKidney.cpp
             RegistrationBehavior.h
             RegistrationBehavior.cpp
             VoiceControl.h
             VoiceControl.cpp
	     )

target_link_libraries (cisst3DUserInterfaceBehaviors
                       cisstSpeechToCommands)
                       
cisst_target_link_libraries (cisst3DUserInterfaceBehaviors
                             cisstCommon cisstVector cisstOSAbstraction cisstMultiTask
                             cisstStereoVision cisstRobot cisstParameterTypes cisst3DUserInterface)
