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
dda7ba1f
Commit
dda7ba1f
authored
10 years ago
by
Antoine Lorence
Browse files
Options
Downloads
Patches
Plain Diff
[CMake] Rename 'eiimage_core' target to 'core'
parent
1973c091
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
app/CMakeLists.txt
+2
-2
2 additions, 2 deletions
app/CMakeLists.txt
core/CMakeLists.txt
+2
-2
2 additions, 2 deletions
core/CMakeLists.txt
with
4 additions
and
4 deletions
app/CMakeLists.txt
+
2
−
2
View file @
dda7ba1f
...
...
@@ -202,13 +202,13 @@ qt5_add_translation(QM_FILES ${TS_FILES})
add_executable
(
eiimage
${
eiimage_SOURCES
}
${
WRAPPED_UIS
}
${
UIS
}
${
TS_FILES
}
)
target_link_libraries
(
eiimage
eiimage_
core
core
Qt5::Core
Qt5::Widgets
Qt5::Gui
Qt5::Script
Qt5::Xml
${
RandomLib_LIBRARIES
}
${
RandomLib_LIBRARIES
}
GenericInterface
ImageIn
)
This diff is collapsed.
Click to expand it.
core/CMakeLists.txt
+
2
−
2
View file @
dda7ba1f
...
...
@@ -18,8 +18,8 @@ set(SRCS
PlugOperation.cpp
PlugOperation.h
)
add_library
(
eiimage_
core
${
SRCS
}
)
target_link_libraries
(
eiimage_
core
add_library
(
core
${
SRCS
}
)
target_link_libraries
(
core
GenericInterface
ImageIn
Qt5::Widgets
...
...
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