Skip to content

Simple project created with C++ with separated library and modules

Notifications You must be signed in to change notification settings

kido1611/Simple-C-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple C++ Project

Simple C++ project with CMake build system. This project included with separated library and modules for example.

How to use

  1. Install CMake, minimum version 3.16
  2. Create build folder
mkdir build && cd build
  1. Create make file
cmake -DCMAKE_BUILD_TYPE=debug -G "CodeBlocks - Unit Makefiles" ..
  1. Run application
./main

About

Simple project created with C++ with separated library and modules

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published