mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 00:40:53 +01:00
16 lines
314 B
Lua
16 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")
|