microsoft / HoloLensForCV

Sample code and documentation for using the Microsoft HoloLens for Computer Vision research
MIT License
472 stars 156 forks source link

How to build without CMake #112

Open aalarcon96 opened 4 years ago

aalarcon96 commented 4 years ago

How do I build without using CMake? Also, is it possible to build this with Visual Studio 2019?

emeraldy commented 4 years ago

I think the project is built with vs. There is a .sln file right under the root folder. Not sure if it will work with 2019 but I can build and run various examples with 2017 (community edition) without any issue.