Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 884 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 884 Bytes

design_patterns

Ubuntu build Windows build Quality Gate Status

About

Implementations of various design patterns

Prerequisites

  • Internet connection (for CMake FetchContent module)
  • CMake version at least 3.28.3
  • Compiler with support for C++23

Build instructions

From command line, execute the commands below (replace Debug by Release if relevant):

mkdir build
cmake -S. -B./build
cmake --build ./build --config Debug

Running tests

From the build directory, run:

ctest -C Debug --output-on-failure