Skip to content

Commit

Permalink
Add vamp-plugin-packager submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Aug 16, 2024
1 parent 0b07613 commit c7a4d7a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 269 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "ircam-vamp-extension"]
path = ircam-vamp-extension
url = https://github.com/Ircam-Partiels/ircam-vamp-extension.git
[submodule "vamp-plugin-packager"]
path = vamp-plugin-packager
url = https://github.com/Ircam-Partiels/vamp-plugin-packager.git
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ set(VPP_ABOUT_FILE "${CMAKE_CURRENT_SOURCE_DIR}/resource/About.txt" CACHE PATH "
set(VPP_CHANGELOG_FILE "${CMAKE_CURRENT_SOURCE_DIR}/resource/ChangeLog.txt" CACHE PATH "The changelog file to add to the distribution" FORCE)
set(VPP_ICON_FILE "${CMAKE_CURRENT_SOURCE_DIR}/resource/Ircam-logo-noir-RS.png" CACHE PATH "The icon file to add to the distribution" FORCE)
set(VPP_DIR ${CMAKE_CURRENT_SOURCE_DIR}/package CACHE PATH "The directory of the package" FORCE)
include(cmake/vamp-plugin-packager.cmake)
include(vamp-plugin-packager/vamp-plugin-packager.cmake)

### Source ###
set(WVP_MODEL_CPP ${CMAKE_CURRENT_BINARY_DIR}/source/wvp_model.cpp)
Expand Down
255 changes: 0 additions & 255 deletions cmake/vamp-plugin-packager.cmake

This file was deleted.

13 changes: 0 additions & 13 deletions cmake/vamp-plugins.entitlements

This file was deleted.

1 change: 1 addition & 0 deletions vamp-plugin-packager
Submodule vamp-plugin-packager added at 5be6c2

0 comments on commit c7a4d7a

Please sign in to comment.