From 0de53b97ef6cec57ab4bdfbb9a9e1b6503eecfab Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 2 Oct 2020 20:52:15 -0400 Subject: UIContext notifications (eg file open/save) --- examples/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/CMakeLists.txt') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 10ff05da..764ba0c4 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -4,4 +4,5 @@ add_subdirectory(cmdline_disasm) add_subdirectory(llil_parser) add_subdirectory(mlil_parser) add_subdirectory(print_syscalls) +add_subdirectory(uinotification) add_subdirectory(x86_extension) -- cgit v1.3.1