Skip to content

Commit b5c87a9

Browse files
committed
fix meson subprojects setup
1 parent e9e68df commit b5c87a9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
build/
3434

3535
# downloaded meson subprojects
36-
subprojects
36+
subprojects/**/
3737
.vscode
3838
.vscode-ctags

subprojects/lua_gamewave.wrap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[wrap-git]
2+
url = https://github.com/gamewavefans/lua_gamewave.git
3+
revision = head
4+
depth = 1
5+
6+
[provide]
7+
dependency_names = lua_gamewave

0 commit comments

Comments
 (0)