F4MP/tiltedcode/Code/tests/xmake.lua
Jous99 37b16f1547 code upload
codigo original de f4mp y tilted para referencias
2026-01-06 18:45:00 +01:00

15 lines
314 B
Lua

target("TPTests")
set_kind("binary")
set_group("Tests")
add_includedirs(
".", "../encoding")
add_headerfiles("**.h")
add_files("*.cpp")
add_deps("SkyrimEncoding")
add_packages(
"tiltedcore",
"hopscotch-map",
"catch2",
"mimalloc",
"glm")