NazaraEngine/examples/DopplerEffect/xmake.lua

4 lines
72 B
Lua

target("DopplerEffect")
add_deps("NazaraAudio")
add_files("main.cpp")