zyantific / zydis

Fast and lightweight x86/x86-64 disassembler and code generation library
https://zydis.re
MIT License
3.47k stars 436 forks source link

CMake: don't unconditionally compile Segment.{h,c} #516

Closed athre0z closed 4 months ago

athre0z commented 4 months ago

As pointed out by @korli here, we previously accidentally compiled Segment.h / Segment.c regardless of whether ZYDIS_FEATURE_SEGMENT was enabled or not.