mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 23:20:53 +01:00
11 lines
318 B
Lua
11 lines
318 B
Lua
|
|
target("AdminProtocol")
|
|
set_kind("static")
|
|
set_group("common")
|
|
if is_plat("linux") then
|
|
add_cxflags("-fPIC")
|
|
end
|
|
add_includedirs(".", "../", {public = true})
|
|
add_headerfiles("**.h", {prefixdir = "AdminProtocol"})
|
|
add_files("**.cpp")
|
|
add_packages("tiltedcore", "hopscotch-map")
|