Commit 5f95d70
cmake: binaryninjaui depends on binaryninjaapi
Fixes building the uinotification example that only links against
`binaryninjaui`.
Without this fix, there's a compilation error about not finding
`binaryninjaapi.h`:
```
In file included from binaryninja-api/examples/uinotification/uinotification.cpp:2:
In file included from binaryninja-api/examples/uinotification/uinotification.h:3:
binaryninja-api/ui/uicontext.h:8:10: fatal error: 'binaryninjaapi.h' file not found
8 | #include "binaryninjaapi.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
```1 parent b8d4494 commit 5f95d70
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments