JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

[Bug]: CMake: juce_add_gui_app(ICON_*) does not work with .icns or .ico

Open ofarrill opened this issue 6 months ago • 0 comments

Detailed steps on how to reproduce the bug

CMake generates either an empty icon when used with .icns under macOS; or claims not find the icon when used with .ico under Windows.

What is the expected behaviour?

Cmake accepts the standard OS icons. (Nothing has to be converted in this case).

Operating systems

Windows, macOS

Testing on the develop branch

The bug is present on the develop branch

ofarrill avatar May 12 '25 12:05 ofarrill