mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 16:50:54 +01:00
10 lines
270 B
Lua
10 lines
270 B
Lua
|
|
|
||
|
|
target("CommonLib")
|
||
|
|
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", "hopscotch-map")
|