mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 00:00:54 +01:00
15 lines
347 B
Lua
15 lines
347 B
Lua
|
|
|
||
|
|
target("BaseLib")
|
||
|
|
add_configfiles("BuildInfo.h.in")
|
||
|
|
set_kind("static")
|
||
|
|
set_group("common")
|
||
|
|
add_includedirs(".", "../", "../../build", {public = true})
|
||
|
|
add_headerfiles("**.h")
|
||
|
|
add_files("**.cpp")
|
||
|
|
add_packages(
|
||
|
|
"tiltedcore",
|
||
|
|
"sentry-native",
|
||
|
|
"hopscotch-map",
|
||
|
|
"gtest",
|
||
|
|
"spdlog")
|