Added example C++ module

This commit is contained in:
antopilo
2025-02-01 10:37:47 -05:00
parent 02c05cf0c1
commit bda0043ede
7 changed files with 32 additions and 11 deletions

View File

@@ -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",