We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98d67c commit 74b4b8bCopy full SHA for 74b4b8b
CMakeLists.txt
@@ -57,6 +57,7 @@ option(CAPSTONE_RISCV_SUPPORT "RISCV support" OFF)
57
option(CAPSTONE_X86_SUPPORT "x86 support" ON)
58
option(CAPSTONE_X86_REDUCE "x86 with reduce instruction sets to minimize library" OFF)
59
option(CAPSTONE_X86_ATT_DISABLE "Disable x86 AT&T syntax" ON)
60
+option(CAPSTONE_SH_SUPPORT "SH support" OFF)
61
62
# Add sub-directories
63
#
0 commit comments