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
1973c091
Commit
1973c091
authored
10 years ago
by
Antoine Lorence
Browse files
Options
Downloads
Patches
Plain Diff
[CMake] Add missing Qwt include on the top level CMakeLists...
and improve messages, remove useless comments
parent
5dc86d08
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+7
-3
7 additions, 3 deletions
CMakeLists.txt
with
7 additions
and
3 deletions
CMakeLists.txt
+
7
−
3
View file @
1973c091
...
...
@@ -14,15 +14,19 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/lib/detiq-t AND IS_DIRECTORY ${CMAKE_CURRE
add_subdirectory
(
lib/detiq-t
)
include_directories
(
lib/detiq-t/ImageIn lib/detiq-t/GenericInterface
)
else
()
message
(
FATAL_ERROR
"The Detiq-T project should be cloned before excuting this compilation. "
message
(
FATAL_ERROR
"The Detiq-T project should be cloned before ex
e
cuting this compilation. "
"Please use 'git submodule init' and 'git submodule update' to automatically get the source "
"for Detiq-T, and re-run CMake."
)
"for Detiq-T
(ImageIn & GenericInterface libraries)
, and re-run CMake."
)
endif
()
# Simple inclusion, more control have already been performed
# in previous Detiq-T lookup (GenericInterface)
find_package
(
Qwt 6.0
)
include_directories
(
${
QWT_INCLUDE_DIRS
}
)
add_subdirectory
(
core
)
include_directories
(
core
)
# Too much compile errors, have to be fixed:
add_subdirectory
(
plugins
)
add_subdirectory
(
app
)
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