Joakim Thorén

Results 3 issues of Joakim Thorén

I currently have a CMakeLists.txt which is similar to the example CMakeLists.txt in the [README.md](https://github.com/conan-io/cmake-conan/blob/develop/README.md): CMakeLists.txt ```cmake cmake_minimum_required(VERSION 3.5) project(conan-cmake-install-question CXX) list(APPEND CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR}) list(APPEND CMAKE_PREFIX_PATH ${CMAKE_BINARY_DIR}) add_definitions("-std=c++11") if(NOT EXISTS...

question

**What?** Add 16-player support in VCMI-engine. This PR does *not* include new maps for 16-players. This PR will make it possible to create 16-player maps and play them. This PR...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

bug