Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LidarView
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor 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
yan yong
LidarView
Commits
bb7b31ac
Commit
bb7b31ac
authored
2 years ago
by
Arnaud Billon
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-osx-appearance' into 'master'
Fix osx appearance See merge request
LidarView/lidarview!117
parents
9e5ad6c7
9f6a5286
No related branches found
Branches containing commit
Tags
v4.3.0-rc2
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Application/CMakeLists.txt
+6
-0
6 additions, 0 deletions
Application/CMakeLists.txt
LVCore
+1
-1
1 addition, 1 deletion
LVCore
Superbuild/lidarview-superbuild
+1
-1
1 addition, 1 deletion
Superbuild/lidarview-superbuild
with
8 additions
and
2 deletions
Application/CMakeLists.txt
+
6
−
0
View file @
bb7b31ac
...
...
@@ -65,3 +65,9 @@ target_link_libraries(${SOFTWARE_NAME} PUBLIC
lqApplicationComponents
#actually LVCore/ApplicationComponents
ApplicationUi
)
# Bundle Icon on Apple
if
(
APPLE
)
get_target_property
(
MACOSX_BUNDLE_ICON_FILE
${
SOFTWARE_NAME
}
MACOSX_BUNDLE_ICON_FILE
)
install
(
FILES
${
MACOSX_BUNDLE_ICON_FILE
}
DESTINATION
"
${
LV_INSTALL_RESOURCE_DIR
}
"
)
# to install tree
endif
()
This diff is collapsed.
Click to expand it.
LVCore
@
1cded797
Compare
acda0752
...
1cded797
Subproject commit
a
cd
a07522d55b762ba6a7bb42288cc8e9f44f983
Subproject commit
1
cd
ed7971be41845444f0790ddd09f3fd6774cda
This diff is collapsed.
Click to expand it.
lidarview-superbuild
@
fb3b8bfa
Compare
62e1512d
...
fb3b8bfa
Subproject commit
62e1512d4814788e5b8e980606b6de67c69f1509
Subproject commit
fb3b8bfaa760f8f035e2748ba3860f44b4e9b8ff
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