Skip to content

Commit

Permalink
STYLE: Add icon for apple
Browse files Browse the repository at this point in the history
  • Loading branch information
juanprietob committed Mar 23, 2019
1 parent 61e5674 commit aeb61e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NeosegPipeline/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ if(CREATE_BUNDLE)
)

get_filename_component(apple_icon_filename ${myApp_ICON} NAME)
set(MACOSX_BUNDLE_ICON_FILE ${apple_icon_filename})
set(MACOSX_BUNDLE_ICON_FILE MultiSegPipeline_Icon)

include_directories(${CMAKE_CURRENT_BINARY_DIR})
add_executable(${bundle_name} ${OS_BUNDLE}
Expand Down

0 comments on commit aeb61e1

Please sign in to comment.