We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68672b4 commit 4253280Copy full SHA for 4253280
1 file changed
plugins/warp/api/CMakeLists.txt
@@ -19,7 +19,7 @@ endif()
19
# Make sure the core rust dylib is built before warp_api.
20
add_dependencies(warp_api warp_ninja)
21
22
-target_link_libraries(warp_api binaryninjaui)
+target_link_libraries(warp_api binaryninjaapi)
23
24
if (NOT DEMO)
25
add_subdirectory(python)
0 commit comments