From 6ec2e33556fe6b9153d3f881565cbcf900b00fce Mon Sep 17 00:00:00 2001 From: Peter Kazanzides Date: Mon, 1 Feb 2016 00:32:01 -0500 Subject: [PATCH] SVL examples (cameraviewer and videoplayer): fixed CMakeLists.txt to handle Qt (Qt4) --- cisstStereoVision/examples/cameraviewer/CMakeLists.txt | 2 +- cisstStereoVision/examples/videoplayer/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cisstStereoVision/examples/cameraviewer/CMakeLists.txt b/cisstStereoVision/examples/cameraviewer/CMakeLists.txt index 13d60f57e..11c32ee3f 100644 --- a/cisstStereoVision/examples/cameraviewer/CMakeLists.txt +++ b/cisstStereoVision/examples/cameraviewer/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required (VERSION 2.6) # create a list of libraries needed for this project -set (REQUIRED_CISST_LIBRARIES cisstCommon cisstVector cisstOSAbstraction cisstMultiTask cisstStereoVision cisstStereoVisionQt) +set (REQUIRED_CISST_LIBRARIES cisstCommon cisstVector cisstOSAbstraction cisstMultiTask cisstStereoVision cisstStereoVisionQt cisstQt) # find cisst and make sure the required libraries have been compiled find_package (cisst REQUIRED ${REQUIRED_CISST_LIBRARIES}) diff --git a/cisstStereoVision/examples/videoplayer/CMakeLists.txt b/cisstStereoVision/examples/videoplayer/CMakeLists.txt index d08770e52..fc0661c30 100644 --- a/cisstStereoVision/examples/videoplayer/CMakeLists.txt +++ b/cisstStereoVision/examples/videoplayer/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required (VERSION 2.6) # create a list of libraries needed for this project -set (REQUIRED_CISST_LIBRARIES cisstCommon cisstVector cisstOSAbstraction cisstMultiTask cisstStereoVision cisstStereoVisionQt) +set (REQUIRED_CISST_LIBRARIES cisstCommon cisstVector cisstOSAbstraction cisstMultiTask cisstStereoVision cisstStereoVisionQt cisstQt) # find cisst and make sure the required libraries have been compiled find_package (cisst REQUIRED ${REQUIRED_CISST_LIBRARIES})