mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Added example C++ module
This commit is contained in:
@@ -11,14 +11,6 @@ newaction {
|
||||
end
|
||||
}
|
||||
|
||||
newaction {
|
||||
trigger = "copy-deps",
|
||||
description = "Copies the necessary DLLs to the working directory",
|
||||
execute = function ()
|
||||
os.copyfile("Nuake/Thirdparty/dxc/bin/x64/dxcompiler.dll", "Editor/dxcompiler.dll")
|
||||
end
|
||||
}
|
||||
|
||||
newaction {
|
||||
trigger = "create-dirs",
|
||||
description = "Create the necessary directories",
|
||||
|
||||
Reference in New Issue
Block a user