GildedRose-Refactoring-Kata/cpp-catch2
2021-05-25 09:25:56 +02:00
..
src
test
.gitignore
CMakeLists.txt Adding fix for mingw32 compiling on windows 2021-05-25 09:25:56 +02:00
README.md

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