Improve xmake build
This commit is contained in:
5
examples/DopplerEffect/xmake.lua
Normal file
5
examples/DopplerEffect/xmake.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
target("DopplerEffect")
|
||||
set_group("Examples")
|
||||
set_kind("binary")
|
||||
add_deps("NazaraAudio", "NazaraPlatform")
|
||||
add_files("main.cpp")
|
||||
Reference in New Issue
Block a user