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

ajout CMakeLists

parent 2c6481bb
No related branches found
No related tags found
No related merge requests found
find_package(Qt5Widgets REQUIRED)
set(CMAKE_PREFIX_PATH "C:\\Qwt-6.1.2\\")
set(CMAKE_PREFIX_PATH "C:\\Qt\\Qwt-6.1.2\\")
#set(QWT_LIBRARY "C:\\Qwt-6.1.2\\lib\\qwt.dll")
set(QWT_LIBRARY C:/Qwt-6.1.2/lib/qwt.dll)
set(QWT_INCLUDE_DIR "C:\\Qwt-6.1.2\\include")
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)
if(QWT_FOUND)
......
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