This commit is contained in:
Stefan Schmidt 2024-08-06 00:44:26 +00:00 committed by GitHub
commit 586d03ed1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ include(project_root.."/tools/build")
test_suite("xenia-vfs-tests", project_root, ".", {
links = {
"fmt",
"xenia-base",
"xenia-vfs",
},
})