Skip to content

seshbot/new-cpp-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimal C++ project that might serve as a starting point for a developer creating a new app with the following:

  • C++11 flags
  • boost 1.53.0 dependencies (including system, filesystem, date_time, thread, and log libraries)

Usage Notes

Search and replace all instances of 'Sample' in the files.

To build:

mkdir -p build
cd build
cmake ..

The project contains a sample application and static library intended to be used as templates.

Global CMake variables and rules may be set in the cmake/Config.cmake file.

About

very simple cpp project with basic dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published