mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Add a CLAP dependency wrap
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
# The above pattern doesn't match submodules
|
# The above pattern doesn't match submodules
|
||||||
/asio
|
/asio
|
||||||
/bitsery
|
/bitsery
|
||||||
|
/clap
|
||||||
/function2
|
/function2
|
||||||
/ghc_filesystem
|
/ghc_filesystem
|
||||||
/tomlplusplus
|
/tomlplusplus
|
||||||
@@ -11,6 +12,7 @@
|
|||||||
# And we obviously don't want to ignore our overlays
|
# And we obviously don't want to ignore our overlays
|
||||||
!/packagefiles/asio
|
!/packagefiles/asio
|
||||||
!/packagefiles/bitsery
|
!/packagefiles/bitsery
|
||||||
|
!/packagefiles/clap
|
||||||
!/packagefiles/function2
|
!/packagefiles/function2
|
||||||
!/packagefiles/ghc_filesystem
|
!/packagefiles/ghc_filesystem
|
||||||
!/function2-patch/*
|
!/function2-patch/*
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
[wrap-git]
|
||||||
|
url = https://github.com/free-audio/clap.git
|
||||||
|
# This is tag 1.1.1
|
||||||
|
revision = af1e05ce6487151c6b36003fdb47566dbb50194e
|
||||||
|
depth = 1
|
||||||
|
patch_directory = clap
|
||||||
|
|
||||||
|
[provide]
|
||||||
|
clap = clap_dep
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
project('clap', 'cpp', version : '1.1.1')
|
||||||
|
|
||||||
|
clap_dep = declare_dependency(include_directories : include_directories('include'))
|
||||||
Reference in New Issue
Block a user