X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=CMakeLists.txt;h=51f9689ee3f673fb785d80b8410e126aa690508b;hp=39055101e9fcb0a2fe35f9ced3b92b004aff7edb;hb=546b89382dd61b664c216ad7668ec783f0ad094c;hpb=8faf75cf61a49217385a0b769e42a2b70536b041 diff --git a/CMakeLists.txt b/CMakeLists.txt index 3905510..51f9689 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,7 @@ SWIG_LINK_LIBRARIES(frida-guile ${GUILE_LDFLAGS}) SET(frida_SOURCES src/core/InformationManager.cxx src/core/BasicBlock.cxx + src/core/Comment.cxx src/core/Function.cxx src/gui/Mainwindow.cxx src/gui/widgets/BasicBlockWidget.cxx @@ -103,7 +104,6 @@ TARGET_LINK_LIBRARIES(frida # GUILE set(plugin_guile_SOURCES - src/bindings/Interpreter.cxx src/bindings/Guile.cxx) set(plugin_guile_HEADERS