vmt / udis86

Disassembler Library for x86 and x86-64
http://udis86.sourceforge.net
BSD 2-Clause "Simplified" License
1.02k stars 299 forks source link

Add files to build with CMake. #97

Open hasherezade opened 9 years ago

hasherezade commented 9 years ago

CMake allows to auto generate project files for many platforms, i.e VisualStudio (any chosen version), CodeBlocks and many others, so it will be usefull to have it here. (By this way we can i.e. avoid adding project files for new versions of Visual Studio - they can be generated by CMake).