mattiadg / BoardGames

Two-players board games with AI engines. A project for learning software development in C++ and game programming.
Other
11 stars 13 forks source link

Feature/add cmake setup #23

Closed DeveloperPaul123 closed 5 years ago

DeveloperPaul123 commented 6 years ago

Addresses #21 and also fixes some minor issues.

mattiadg commented 6 years ago

Great, I will check the changes and merge it during the week. I am quite busy these days.

mattiadg commented 6 years ago

In the README you wrote to use Visual Studio for Windows. What if somebody wants to use another IDE, like for insance CLION? Is there a way to find the command according to the tool?

DeveloperPaul123 commented 6 years ago

@mattiadg CLion (and Visual Studio 2017) support CMake as main project files. That means that there is no configuration needed for something like CLion. They would just open the CMakeLists.txt in CLion and that would be it.