diff options
| author | Rusty Wagner <rusty@vector35.com> | 2015-04-26 21:38:29 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2015-04-26 21:38:53 -0400 |
| commit | f576bc88bdecba3d634482777142a2d7c84600c6 (patch) | |
| tree | 426340049d84833fa9536be051f34093bd13a3d7 /api.pro | |
| parent | a641c5266ad2a55af2bdd277a2b889ced4eb7235 (diff) | |
Add serialization API for undo actions to prepare for storing in database
Diffstat (limited to 'api.pro')
| -rw-r--r-- | api.pro | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ SOURCES += \ functiongraph.cpp \ functiongraphblock.cpp \ log.cpp \ - tempfile.cpp + tempfile.cpp \ + ../core/json/jsoncpp.cpp HEADERS += binaryninjaapi.h unix { |
