diff options
| author | Rusty Wagner <rusty@vector35.com> | 2015-02-16 21:37:24 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2015-02-16 21:37:24 -0500 |
| commit | 993d98ede9231759d8718cb33779fd1571d0475c (patch) | |
| tree | 185bd4b353157cf56c53b803aff7cef76aaa12ad /api.pro | |
| parent | b22b98c156c76e35e20724a8d1b86883790fbd8e (diff) | |
Add architecture plugin type, x86 plugin, and get ready for threads
Diffstat (limited to 'api.pro')
| -rw-r--r-- | api.pro | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ SOURCES += \ binaryviewtype.cpp \ binaryreader.cpp \ binarywriter.cpp \ - transform.cpp + transform.cpp \ + architecture.cpp HEADERS += binaryninjaapi.h unix { |
