summaryrefslogtreecommitdiff
path: root/binaryreader.cpp
diff options
context:
space:
mode:
authorMark Rowe <mark@vector35.com>2025-08-06 11:21:39 -0700
committerMark Rowe <mark@vector35.com>2025-08-07 20:24:02 -0700
commit72e0b2f89352bf45af44629c97741977090dcd78 (patch)
tree4d98aed8ed0bf3d40da983058dac360ebc8f750b /binaryreader.cpp
parent1d25b8cb9304f53f80d1df960341d7c21d40ab13 (diff)
Fix clean builds when CMake is using Unix Makefiles
The `$<TARGET_FILE:binaryninjaapi>` syntax does not do what is intended for Unix Makefiles. In practice there's no reason for this custom command to depend on the `binaryninjaapi` target. The Rust API uses core's C APIs directly rather than via the C++ API, and it already depends on binaryninjacore.h via `RUST_API_SOURCES`. Since it's running `cargo check` and not doing a full compilation this header-only dependency is sufficient.
Diffstat (limited to 'binaryreader.cpp')
0 files changed, 0 insertions, 0 deletions