Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Viewing all articles
Browse latest Browse all 4845

New Post: cmake and windows build (or better say x-platform)

$
0
0
Hi denveloper,

The easiest solution is to use NuGet + MsBuild project files on Windows (and android-via-windows), and CMake for other platforms. This is what we use inside C++REST itself.

If you prefer source over binaries, the best path would be to use MsBuild project files and add the relevant C++REST project files to your solution with appropriate references between the projects.

If you're willing to dig into some more complex CMake stuff, you could convince it to generate one of the above two cases or add windows as a target to the C++REST CMakeLists.txt. If you want to do this last one, look through the .vcxproj files under Release\src\build\ to figure out what flags you need.

Sincerely,
roschuma

Viewing all articles
Browse latest Browse all 4845

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>