Skip to content

Commit

Permalink
Rename libs/link to libs/ableton-link (BespokeSynth#1201)
Browse files Browse the repository at this point in the history
The name "link" is very unspecific, it could refer to numerous things.

The new name "ableton-link" reflects that this is the Ableton Link library.

***NO_CI***
  • Loading branch information
neuschaefer authored Jun 17, 2023
1 parent 9c2ae43 commit 3d8b587
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
[submodule "libs/json/jsoncpp"]
path = libs/json/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git
[submodule "libs/link"]
path = libs/link
[submodule "libs/ableton-link"]
path = libs/ableton-link
url = https://github.com/Ableton/link.git
[submodule "libs/readerwriterqueue"]
path = libs/readerwriterqueue
Expand Down
2 changes: 1 addition & 1 deletion Source/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include(cmake/lib.cmake)
include(cmake/versiontools.cmake)
include(../libs/link/AbletonLinkConfig.cmake)
include(../libs/ableton-link/AbletonLinkConfig.cmake)

juce_add_gui_app(BespokeSynth
PRODUCT_NAME BespokeSynth
Expand Down

0 comments on commit 3d8b587

Please sign in to comment.