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:
parent
e1e3697931
commit
eb3d1d4f32
2 changed files with 17 additions and 8 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue