[Premake] Added missing links to vfs-testing premake

This commit is contained in:
Radosław Gliński 2023-09-18 21:25:10 +02:00 committed by GitHub
parent f6b5424a9f
commit 83bb5f2814
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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