diff options
| author | Mason Reed <mason@vector35.com> | 2025-07-02 13:05:08 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-07-02 13:05:08 -0400 |
| commit | 425328068b5a712a5487a188034a9ed6e31c2858 (patch) | |
| tree | 3d60d62d0c936c9b1d38ad0f0e4a64e170807b15 /plugins | |
| parent | 68672b4438a962e837067c719188995844746200 (diff) | |
[WARP] Fix headless builds depending on binaryninjaui
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/warp/api/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/warp/api/CMakeLists.txt b/plugins/warp/api/CMakeLists.txt index 4aded248..fe58e924 100644 --- a/plugins/warp/api/CMakeLists.txt +++ b/plugins/warp/api/CMakeLists.txt @@ -19,7 +19,7 @@ endif() # Make sure the core rust dylib is built before warp_api. add_dependencies(warp_api warp_ninja) -target_link_libraries(warp_api binaryninjaui) +target_link_libraries(warp_api binaryninjaapi) if (NOT DEMO) add_subdirectory(python) |
