diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2025-06-14 05:22:25 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-06-14 05:22:25 +0800 |
| commit | fe723c6ced041e1d07afec4f5a6649fc9a655893 (patch) | |
| tree | 80f282c6cfb11ddcb65939c085665bca1a1703ea /Project_Export.toml | |
| parent | f657a9c2056d4e5692ddbc19217b654277300c75 (diff) | |
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 |
