From 314d2cac1c12d0e20266fc7671689c376b13a26f Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 20 Oct 2025 20:11:20 -0400 Subject: Add an example for using constant renderers to render unusual floating point constant encodings directly in the decompilation --- 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 3e1bedce..1e8d5373 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,5 +1,6 @@ # Personal+ edition (free edition doesn't get plugins due to no API access) add_subdirectory(background_task) +add_subdirectory(bid64_constant) add_subdirectory(breakpoint) add_subdirectory(encoded_strings) add_subdirectory(x86_extension) -- cgit v1.3.1