Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
visimpl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SimVisSuite
visimpl
Commits
e9e7ae4a
"doc/git@gitlab.ebrains.eu:arbor-sim/arbor.git" did not exist on "ddd7896a3c5f1d1e0be497d41d8f7ba1dae20882"
Commit
e9e7ae4a
authored
Mar 5, 2021
by
Pablo Toharia
Browse files
Options
Downloads
Patches
Plain Diff
Fixes for icons in OSX and Linux bundles.
parent
0407b23a
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
visimpl/CMakeLists.txt
+10
-0
10 additions, 0 deletions
visimpl/CMakeLists.txt
visimpl/visimpl.icns
+0
-0
0 additions, 0 deletions
visimpl/visimpl.icns
visimpl/visimpl.png
+0
-0
0 additions, 0 deletions
visimpl/visimpl.png
with
10 additions
and
0 deletions
visimpl/CMakeLists.txt
+
10
−
0
View file @
e9e7ae4a
...
...
@@ -128,4 +128,14 @@ if (BRION_FOUND)
list
(
APPEND VISIMPL_LINK_LIBRARIES Brion Brain
)
endif
()
if
(
APPLE
)
set
(
VISIMPL_ICON visimpl.icns
)
endif
()
if
(
UNIX AND NOT APPLE
)
set
(
VISIMPL_ICON visimpl.png
)
endif
()
common_application
(
visimpl GUI
${
COMMON_APP_ARGS
}
)
This diff is collapsed.
Click to expand it.
visimpl/visimpl.icns
0 → 100644
+
0
−
0
View file @
e9e7ae4a
File added
This diff is collapsed.
Click to expand it.
visimpl/visimpl.png
0 → 100644
+
0
−
0
View file @
e9e7ae4a
19.1 KiB
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
sign in
to comment