1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

CMake: Add resources.rc files to all JUCE targets

This commit is contained in:
Reuben Thomas 2023-03-21 21:12:07 +00:00 committed by reuk
parent e1e3697931
commit eb3d1d4f32
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
2 changed files with 17 additions and 8 deletions

View file

@ -28,7 +28,7 @@
if(JUCE_BUILD_HELPER_TOOLS)
# Build the tool for the current system
juce_add_console_app(juceaide)
juce_add_console_app(juceaide _NO_RESOURCERC)
target_sources(juceaide PRIVATE Main.cpp)