Skip to content
Snippets Groups Projects
Commit 2c6481bb authored by Antoine Pazat's avatar Antoine Pazat Committed by Sanchez Alexandre
Browse files

Modifications chemin Qwt dans les CMakeLists

parent b0c79e25
No related branches found
No related tags found
No related merge requests found
project(ImageINSA)
cmake_minimum_required(VERSION 2.8.11)
set(CMAKE_BUILD_TYPE "Release")
set(CMAKE_BUILD_TYPE "Debug")
# Find includes in corresponding build directories
set(CMAKE_INCLUDE_CURRENT_DIR ON)
# Instruct CMake to run moc automatically when needed.
......@@ -77,9 +77,9 @@ find_package(Threads REQUIRED)
# Simple inclusion, more control have already been performed
# in previous Detiq-T lookup (GenericInterface)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
set(CMAKE_PREFIX_PATH "C:\\Qwt-6.1.2\\")
set(QWT_LIBRARY "C:\\Qwt-6.1.2\\lib\\qwt.dll")
set(QWT_INCLUDE_DIR "C:\\Qwt-6.1.2\\include")
set(CMAKE_PREFIX_PATH "C:\\Qt\\Qwt-6.1.2\\")
set(QWT_LIBRARY "C:\\Qt\\Qwt-6.1.2\\lib\\qwt.dll")
set(QWT_INCLUDE_DIR "C:\\Qt\\Qwt-6.1.2\\include")
find_package(Qwt 6.0 REQUIRED)
include_directories(${QWT_INCLUDE_DIRS})
......
Subproject commit cbacd87b1d5f491bf89f575c8a747a715b7528c5
Subproject commit 882e2a5550fd91f2bcf8d1815befec97f0b0d7e8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment