summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2025-10-20 20:11:20 -0400
committerRusty Wagner <rusty.wagner@gmail.com>2025-10-21 13:52:40 -0400
commit314d2cac1c12d0e20266fc7671689c376b13a26f (patch)
tree56b95e92af601db6b19ca30c12b82ebbf52fee3b /examples/CMakeLists.txt
parentf080d1cd1c11ddf2476fa9d9f113dd45ee2a5e45 (diff)
Add an example for using constant renderers to render unusual floating point constant encodings directly in the decompilation
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r--examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)