This commit is contained in:
Stefan Schmidt 2025-08-20 09:08:31 -05:00 committed by GitHub
commit 58a7cbd52f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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