2024-08-09 22:04:01 +08:00
|
|
|
static_component("render","engine")
|
2024-09-21 17:19:22 +08:00
|
|
|
add_includedirs("3rdparty", {public = true})
|
2024-10-25 09:45:49 +08:00
|
|
|
add_headerfiles("include/**.h", "include/**.inl")
|
2024-08-09 22:04:01 +08:00
|
|
|
add_files("src/**.cpp")
|
2024-10-22 21:52:43 +08:00
|
|
|
add_deps("asset", "zlib", "core","shaderc")
|
2024-08-09 22:04:01 +08:00
|
|
|
add_syslinks("user32", {public = true})
|
2024-08-17 18:01:21 +08:00
|
|
|
add_packages("lemon", "libsdl", {public = true})
|