mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Add a CLAP dependency wrap
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
# The above pattern doesn't match submodules
|
||||
/asio
|
||||
/bitsery
|
||||
/clap
|
||||
/function2
|
||||
/ghc_filesystem
|
||||
/tomlplusplus
|
||||
@@ -11,6 +12,7 @@
|
||||
# And we obviously don't want to ignore our overlays
|
||||
!/packagefiles/asio
|
||||
!/packagefiles/bitsery
|
||||
!/packagefiles/clap
|
||||
!/packagefiles/function2
|
||||
!/packagefiles/ghc_filesystem
|
||||
!/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