Skip to content

Commit

Permalink
Merge pull request #333 from showlabor/master
Browse files Browse the repository at this point in the history
Don't display JUCE splash screen
  • Loading branch information
asb2m10 authored Apr 5, 2022
2 parents 05275ce + 12df806 commit 8bd0c5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ target_compile_definitions(${BaseTargetName} PUBLIC
JUCE_VST3_CAN_REPLACE_VST2=0
JUCE_JACK=1
JUCE_MODAL_LOOPS_PERMITTED=1 # needed for FileBrowser in CartManager
JUCE_DISPLAY_SPLASH_SCREEN=0

)

target_link_libraries(${BaseTargetName} PRIVATE
Expand Down

0 comments on commit 8bd0c5b

Please sign in to comment.