diff options
| author | Weicao Mao <1992414357@qq.com> | 2025-06-14 05:23:34 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-14 05:23:34 +0800 |
| commit | 3c27fb3e898595d53c5c74a0fd5d4e8092f07a51 (patch) | |
| tree | 641f1400bc2bef9300211209193fae6012b76f43 /Project_Export.toml | |
| parent | f0929789d5e3957082c41534eecd2ebf5dd38163 (diff) | |
| parent | fe723c6ced041e1d07afec4f5a6649fc9a655893 (diff) | |
Merge pull request #2 from CatilGrass/c_bindings
Add CBinding Example
Diffstat (limited to 'Project_Export.toml')
| -rw-r--r-- | Project_Export.toml | 15 |
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 |
