In this post we will use Clion IDE on Windows and document few errors which i encountered while building with android NDK. 1: Windows /CLion IDE with cmake Here is the build environment we chose to use : Host Platform : Windows cmake – Bundled cmake installed with Clion. (cmake 3.15) GNU make program –Continue reading “Build Cross Platform Target Part II”
Tag Archives: Cmake
Build Cross Platform Targets Part I
Recently I came across a requirement where i had to build binaries for different cross platforms, After juggling with different IDE’s and tool chains, i thought of putting across all the learning here for future reference and also to make it a little helpful for someone who might face similar challenges. Cmake is a veryContinue reading “Build Cross Platform Targets Part I”