mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
CMake: add entry point to binary dependency
This commit is contained in:
parent
7dfe6f2c07
commit
59fe52851e
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ function(FISH_LINK_DEPS_AND_SIGN target)
|
|||
--target ${Rust_CARGO_TARGET}
|
||||
${CARGO_FLAGS}
|
||||
${FEATURES_ARG}
|
||||
DEPENDS ${sources}
|
||||
DEPENDS ${sources} src/bin/${target}.rs
|
||||
DEPENDS Cargo.toml Cargo.lock build.rs
|
||||
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
|
||||
USES_TERMINAL
|
||||
|
|
Loading…
Reference in a new issue