crosire / blink

A tool which allows you to edit source code of any MSVC C++ project live at runtime
BSD 2-Clause "Simplified" License
1.09k stars 81 forks source link

support CMake #15

Closed irov closed 5 years ago

irov commented 5 years ago

Hello, maybe instead of sln, you should support CMake so that you can build for different studios?

I can create pull request

Thanks

crosire commented 5 years ago

Currently the code doesn't compile with anything older than VS2017, since it uses C++17, so not sure if that would be that useful?

irov commented 5 years ago

Coming soon VS2019. And maybe it will simplify the assembly of this project as a third-party library or tools.

crosire commented 5 years ago

Closing as this project is currently too specific to VS2017 for it to make sense to support other compilers via CMake.