trendmicro / tlsh

Other
732 stars 136 forks source link

CMake changes to build on Windows #53

Closed peteroptional closed 6 years ago

peteroptional commented 6 years ago

Hello Maintainers,

I wanted to build tlsh under Visual Studio 2015, and I saw the PR from @sergiosvieira had gone stale. So I rebased his changes against master and updated them against the latest CMakeLists.txt files. From what I can tell, the cmake changes didn't require bumping up the required version.

I have tested this using the cmake "Visual Studio 14 2015 Win64" generator against both Debug and RelWithDebInfo build types.

If there are any other compatibility questions, I will be happy to address them.

Thanks,

Peter Nahas

jonjoliver commented 6 years ago

Hi Peter thanks for this we will review and merge it if it looks good

cheers Jon Oliver