Skip to content

Commit

Permalink
use my farbot fork
Browse files Browse the repository at this point in the history
  • Loading branch information
vberthiaume committed Oct 22, 2024
1 parent 2dea543 commit 16a89a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
path = cmake
url = https://github.com/sudara/cmake-includes.git
branch = main
[submodule "modules/farbot"]
path = modules/farbot
url = [email protected]:vberthiaume/farbot.git
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ add_subdirectory(JUCE)
# Add any other modules you want modules here, before the juce_add_plugin call
# juce_add_module(modules/my_module)

# This adds the melatonin inspector module
# add submodules
add_subdirectory (modules/melatonin_inspector)
add_subdirectory (modules/farbot)

# See `docs/CMake API.md` in the JUCE repo for all config options
juce_add_plugin("${PROJECT_NAME}"
Expand Down
1 change: 1 addition & 0 deletions modules/farbot
Submodule farbot added at 28df4e

0 comments on commit 16a89a6

Please sign in to comment.