Files
NazaraEngine/examples/DopplerEffect/xmake.lua
2023-06-07 22:28:55 +02:00

4 lines
72 B
Lua

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