X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=CMakeLists.txt;h=0fe40fbae181dfdfbb05378dcb92b847ae77c4e6;hp=d948879d1cb61acb021154ff2bca54f2ae9fa614;hb=440c4598343d9e46d8963f7753c122b121826334;hpb=954c56cbcb4b840e349a1d9df7d975dddd1a0962 diff --git a/CMakeLists.txt b/CMakeLists.txt index d948879..0fe40fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,6 +45,7 @@ separate_arguments(LLVM_LIBS) SET(frida_SOURCES src/main.cxx src/core/InformationManager.cxx + src/core/Function.cxx src/gui/Mainwindow.cxx src/gui/widgets/BasicBlockWidget.cxx src/gui/widgets/CFGScene.cxx