From fe723c6ced041e1d07afec4f5a6649fc9a655893 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Sat, 14 Jun 2025 05:22:25 +0800 Subject: Add CBinding Example --- Project_Export.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Project_Export.toml') 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 -- cgit