Skip to content

Commit

Permalink
chore: renames
Browse files Browse the repository at this point in the history
  • Loading branch information
mttbernardini committed May 7, 2024
1 parent 3161648 commit 388b36d
Show file tree
Hide file tree
Showing 18 changed files with 11 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "External/JUCE"]
path = External/JUCE
[submodule "lib/JUCE"]
path = lib/JUCE
url = https://github.com/juce-framework/JUCE.git
11 changes: 9 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,15 @@ juce_add_plugin(frequalizer
)

# add the sources
add_subdirectory(Resources)
add_subdirectory(Source)
target_sources(frequalizer
PRIVATE
src/Analyser.h
src/FrequalizerEditor.cpp
src/FrequalizerEditor.h
src/FrequalizerProcessor.cpp
src/FrequalizerProcessor.h
src/SocialButtons.h
)

# add required flags
target_link_libraries(frequalizer
Expand Down
1 change: 0 additions & 1 deletion External/JUCE
Submodule JUCE deleted from e6ec18
7 changes: 0 additions & 7 deletions Resources/CMakeLists.txt

This file was deleted.

Binary file removed Resources/FB-logo.png
Binary file not shown.
Binary file removed Resources/FF-text.png
Binary file not shown.
Binary file removed Resources/GitHub-logo.png
Binary file not shown.
Binary file removed Resources/In-logo.png
Binary file not shown.
12 changes: 0 additions & 12 deletions Resources/InnoSetup.iss

This file was deleted.

Binary file removed Resources/Logo-FF.png
Binary file not shown.
Binary file removed Resources/Screenshot.png
Binary file not shown.
6 changes: 0 additions & 6 deletions Source/CMakeLists.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 388b36d

Please sign in to comment.