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)
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.