fish-shell/cmake
Henrik Hørlück Berg c23f419af1 Use the workspace from CMake
- Make CMake use the correct target-path
- Make build.rs use the correct target dir

Workspaces place it in the project root by default, the alternative to making
this change is to add a `.cargo/config.toml` file with

```toml
[build]
target-dir = "fish-rust/target"
```

Which I think is unnecessary, as we likely want to use the new location anyways.
2023-08-19 15:18:38 +02:00
..
checks Optimize away a str2wcs_internal check 2020-09-07 18:05:18 -05:00
Benchmark.cmake Use lowercase CMake function names 2020-03-14 16:11:35 -07:00
CheckIncludeFiles.cmake :Revert "Remove CheckIncludeFiles.cmake" 2022-01-19 11:41:16 -08:00
ConfigureChecks.cmake drop unused functions and configure checks 2023-07-14 20:48:56 +08:00
Docs.cmake docs synopsis: add HTML highlighing and automate manpage markup 2022-01-19 22:56:41 +08:00
gettext.cmake cmake: disable frameworks when searching for libintl 2022-03-26 22:00:44 +08:00
Install.cmake Remove obsolete lynx bug mitigation 2023-01-01 19:41:41 -08:00
Mac.cmake Don't specify a min macOS version when not needed 2023-08-02 22:42:52 +08:00
MacApp.cmake Group certain cmake targets into folders 2021-03-21 13:29:41 -07:00
PCRE2.cmake Revert "cmake: Use pcre2 tag directly" 2022-10-28 17:59:08 -05:00
Rust.cmake Use the workspace from CMake 2023-08-19 15:18:38 +02:00
Tests.cmake Use the workspace from CMake 2023-08-19 15:18:38 +02:00
Version.cmake Use lowercase CMake function names 2020-03-14 16:11:35 -07:00