Support for detecting cmake supported libraries
Visual Studio .vc[x]proj to CMakeLists.txt (make, Ninja ...) enabler
Status: Alpha
Brought to you by:
andim2
CMake supports a bunch of libraries out of the box. Amongst them are Qt, boost and some others. It would be cool if the resulting CMakeLists.txt file would do a search for these libraries. Even the linking can probably be determined without the mapping.