mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-11 22:40:49 +01:00
sdl example 2 - prepare resources
This commit is contained in:
@@ -27,3 +27,9 @@ executables {
|
||||
}
|
||||
}
|
||||
|
||||
task prepare(type: Copy) {
|
||||
description "Copy DLL dependencies"
|
||||
from "../build/lib/"
|
||||
from "src/main/resources"
|
||||
into "build/binaries/mainExecutable"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user