diff options
| author | Ryan Stortz <withzombies@users.noreply.github.com> | 2017-07-16 11:01:01 -0400 |
|---|---|---|
| committer | plafosse <peter.a.lafosse@gmail.com> | 2017-07-16 11:01:01 -0400 |
| commit | c7e1874224233d35e400064c1c66d24596659958 (patch) | |
| tree | b5bd777fcdbc32356e80cf695f5c0aea400fa9a9 /CMakeLists.txt | |
| parent | e89e8aa18316ae0e30845acf729436788c470083 (diff) | |
Added missing files to CMakeLists.txt (#738)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a635c9f2..344ec39b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,9 +25,13 @@ add_library(binaryninjaapi STATIC log.cpp lowlevelil.cpp mainthread.cpp + mediumlevelil.cpp + metadata.cpp platform.cpp plugin.cpp + pluginmanager.cpp scriptingprovider.cpp + settings.cpp tempfile.cpp transform.cpp type.cpp |
