[Testing] Fix building on Linux

This commit is contained in:
Stefan Schmidt 2024-08-06 02:39:42 +02:00
parent 3d30b2eec3
commit 87ee12d407

View file

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