X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=CMakeLists.txt;h=5d1651682fabf5bea87b0556cbebdba23804a2e0;hp=765746127367f82c0a4d451989edfbc86228f485;hb=9f53c415cf1554e2d9cc040d3d646ec22fe281f6;hpb=149f8e76d1eed5037c583bad599a27154ce3d9a9 diff --git a/CMakeLists.txt b/CMakeLists.txt index 7657461..5d16516 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,6 +89,7 @@ TARGET_LINK_LIBRARIES(frida ${QT_LIBRARIES} ${LLVM_LDFLAGS} -lLLVM-3.5 ${LLVM_SY set(fridatest_SOURCES src/test.cxx src/core/tests/BasicBlockTest.cxx + src/core/tests/FunctionTest.cxx ${frida_SOURCES} )