diff --git a/CMakeLists.txt b/CMakeLists.txt index 74834ba..e315a30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,10 @@ list(APPEND vmprofiler_SOURCES "src/vmprofiles/svsp.cpp" "src/vmprofiles/vmexit.cpp" "src/vmprofiles/write.cpp" + "src/vmprofiles/writedr7.cpp" "src/vmutils.cpp" + "include/uc_allocation_tracker.hpp" + "src/uc_allocation_tracker.cpp" "include/vmctx.hpp" "include/vminstrs.hpp" "include/vmlocate.hpp"