Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 924 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 924 Bytes

Build Status Build Status

Introduction

Some Match-3 stuff in C++/Qt, work in progress...

Project directory layout

Thus the project layout is as follow:

C++ Project Build

To build the C++ project, as usual:

cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --target all
CTEST_OUTPUT_ON_FAILURE=1 cmake --build build --config Release --target test