Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ImageINSA_Tanguy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tanguy.Raufflet
ImageINSA_Tanguy
Commits
2c6481bb
Commit
2c6481bb
authored
8 years ago
by
Antoine Pazat
Committed by
Sanchez Alexandre
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Modifications chemin Qwt dans les CMakeLists
parent
b0c79e25
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+4
-4
4 additions, 4 deletions
CMakeLists.txt
lib/detiq-t
+1
-1
1 addition, 1 deletion
lib/detiq-t
with
5 additions
and
5 deletions
CMakeLists.txt
+
4
−
4
View file @
2c6481bb
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
}
)
...
...
This diff is collapsed.
Click to expand it.
detiq-t
@
882e2a55
Compare
cbacd87b
...
882e2a55
Subproject commit
cbacd87b1d5f491bf89f575c8a747a715b7528c5
Subproject commit
882e2a5550fd91f2bcf8d1815befec97f0b0d7e8
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment