Skip to content
Snippets Groups Projects
Commit e9e7ae4a authored by Pablo Toharia's avatar Pablo Toharia
Browse files

Fixes for icons in OSX and Linux bundles.

parent 0407b23a
No related branches found
No related tags found
No related merge requests found
......@@ -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})
File added
visimpl/visimpl.png

19.1 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment