Add a CLAP dependency wrap

This commit is contained in:
Robbert van der Helm
2022-08-22 19:59:11 +02:00
parent ac0495bea2
commit 30060b814c
3 changed files with 14 additions and 0 deletions
+2
View File
@@ -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/*
+9
View File
@@ -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'))