mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
600 B
600 B
C++ version of Gilded Rose with Catch 2 and Approvals
This is a C++ start of the ApprovalTest version of the Gilded Rose Refactoring Kata. See the top level readme for a general description of the exercise.
CMake
CMake is included in CLion from JetBrains. Without CMake files CLion has a hard time to handle c-projects.
To install CMake (if you don't use CLion) on macOS using brew
brew install cmake
Tested on CMake 3.15.3 (included with CLion 2019.3) on macOS