aboutsummaryrefslogtreecommitdiff
path: root/Project_Export.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Project_Export.toml')
-rw-r--r--Project_Export.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/Project_Export.toml b/Project_Export.toml
index 9b1e7bd..89bc40c 100644
--- a/Project_Export.toml
+++ b/Project_Export.toml
@@ -33,4 +33,19 @@ win_exes = { raw = "./", target = "./bin", files = [
dlls = { raw = "./", target = "./lib", files = [
"nogamepads_c.dll",
"nogamepads_c.dll.lib"
+] }
+
+[release.deploy_root]
+
+# Headers
+headers = { raw = "./core/bindings/lang/clang/headers/", target = "./core/bindings/lang/clang/binding_example/includes/", files = [
+ "nogamepads_data.h"
+] }
+
+[release.deploy_deps]
+
+# Windows dynamic link libraries
+dlls = { raw = "./", target = "./core/bindings/lang/clang/binding_example/libs/", files = [
+ "nogamepads_c.dll",
+ "nogamepads_c.dll.lib"
] } \ No newline at end of file