mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 00:20:54 +01:00
12 lines
318 B
Lua
12 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")
|