From 83b01dd50407731d14938ac96894c3a4d9065295 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 12 Feb 2015 14:34:50 -0500 Subject: Place API code with the associated class --- api.pro | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'api.pro') diff --git a/api.pro b/api.pro index 017b4d55..449c53d0 100644 --- a/api.pro +++ b/api.pro @@ -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 { -- cgit v1.3.1