diff options
| author | Rusty Wagner <rusty@vector35.com> | 2015-02-12 14:34:50 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2015-02-12 14:34:50 -0500 |
| commit | 83b01dd50407731d14938ac96894c3a4d9065295 (patch) | |
| tree | 2e3ded7103b51aef0d5cd22434e35f4461aeaeba /api.pro | |
| parent | 6b431b32e32f00f9203ba2a4ca07cc962cdb22aa (diff) | |
Place API code with the associated class
Diffstat (limited to 'api.pro')
| -rw-r--r-- | api.pro | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -10,7 +10,15 @@ TARGET = binaryninjaapi TEMPLATE = lib CONFIG += staticlib -SOURCES += binaryninjaapi.cpp +SOURCES += \ + databuffer.cpp \ + filemetadata.cpp \ + fileaccessor.cpp \ + binaryview.cpp \ + binaryviewtype.cpp \ + binaryreader.cpp \ + binarywriter.cpp \ + transform.cpp HEADERS += binaryninjaapi.h unix { |
