amaruk / ClionExample

Learning Clion with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis Status

This project is used to build up basic C++ CMake building environment for Windows and Linux.

Projects Organization

  • Solution: This solution contains "ProjExe" and "ProjLib". The "ProjLib" project generates a static linked library for the "ProjExe" project.
  • ThirdParty: Third party header files and static linked library. Build this project and copy "ThirdParty" library file to the "lib" folder, before building the "Solution".

IDE Candidates

Microsoft Visual Studio is expected to organize the CMake project for Windows.

JetBrains Clion IDE deals with Linux.

CI

Travis

Check result at: https://travis-ci.org/amaruk/ClionExample

About

Learning Clion with C++


Languages

Language:CMake 90.4%Language:C++ 9.6%