Hi all,
I have a library built in C++ targeted for linux platform. The authors suggested that with some minor changes, it can be compiled in windows as well.. This library in turn uses the mathematical library called miracl, which does support VC++ and I was also able to build it there.
My problem is how to port this linux based library to windows?
I found a open source software known as cmake for building the source files. Is it the correct tool for my problem?
Regards,
Abhi