##=========================================================================
## 
##   Copyright (c) Kitware, Inc.
##   All rights reserved.
##   See Copyright.txt or http://www.kitware.com/VolViewCopyright.htm for details.
## 
##      This software is distributed WITHOUT ANY WARRANTY; without even
##      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
##      PURPOSE.  See the above copyright notice for more information.
## 
##=========================================================================
ADD_EXECUTABLE(KWVolViewMouseRecorderDriver vtkVVMouseRecorderDriver.cxx)
TARGET_LINK_LIBRARIES(KWVolViewMouseRecorderDriver ${KWVolView_LIBRARIES})
UTILITY_SOURCE(KWVolView_MOUSE_RECORDER_DRIVER_EXE 
  KWVolViewMouseRecorderDriver "." vtkVVMouseRecorderDriver.cxx)
MARK_AS_ADVANCED(KWVolView_MOUSE_RECORDER_DRIVER_EXE)
IF(NOT KWVolView_INSTALL_NO_DEVELOPMENT)
  INSTALL_TARGETS(${KWVolView_INSTALL_BIN_DIR} KWVolViewMouseRecorderDriver)
ENDIF(NOT KWVolView_INSTALL_NO_DEVELOPMENT)
