We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e79f72 commit ba11761Copy full SHA for ba11761
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.13.0)
2
project(examples)
3
4
-find_package(Dyninst 12.3.0 REQUIRED COMPONENTS dyninstAPI dynC_API parseAPI
+find_package(Dyninst 13.0.0 REQUIRED COMPONENTS dyninstAPI dynC_API parseAPI
5
symtabAPI patchAPI)
6
7
add_executable(InterestingProgram common/mutatees/InterestingProgram.cpp)
0 commit comments