Skip to content
Snippets Groups Projects
Commit bb7b31ac authored by Arnaud Billon's avatar Arnaud Billon :speech_balloon:
Browse files

Merge branch 'fix-osx-appearance' into 'master'

Fix osx appearance

See merge request LidarView/lidarview!117
parents 9e5ad6c7 9f6a5286
No related branches found
Tags v4.3.0-rc2
No related merge requests found
......@@ -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()
Subproject commit acda07522d55b762ba6a7bb42288cc8e9f44f983
Subproject commit 1cded7971be41845444f0790ddd09f3fd6774cda
Subproject commit 62e1512d4814788e5b8e980606b6de67c69f1509
Subproject commit fb3b8bfaa760f8f035e2748ba3860f44b4e9b8ff
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment