Home » People & Blogs » Compiling C++ using CMake and Make (CS20170204)

Compiling C++ using CMake and Make (CS20170204)

Written By devlogs on Sunday, Feb 05, 2017 | 08:54 AM

 
This dev log shows how to compile C++ code using a Makefile generated by CMake. This will also allow you add a flag to compile c++14 compliant syntax. Requirements: * g++ * cmake 3.x * text editor