mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-10 15:03:34 +00:00
9 lines
185 B
Lua
9 lines
185 B
Lua
target("D3D11Example")
|
|
add_deps("pulse_gpu")
|
|
if is_plat("linux") then
|
|
set_extension(".x86_64")
|
|
add_defines("PULSE_D3D11_COMPILER_UNAVAILABLE")
|
|
end
|
|
add_files("*.c")
|
|
target_end()
|