C++ Server And Client Side Socket API For Online Game Network Engine
-mingw-developer-tool, mingw32-base, mingw32-gcc-g++, mingw32-msys-base.
- C++ Desktop Development
- C++ Profiler Toolkit
- C++ Clang for Windows
- C++ Cli Support
- MSVC C++ x64/x86 Compiling Toolkits
File -> Settings -> Build, Execution, Deployment -> Toolchains Add new Toolchain
Name: Visual Studio x64 Environment: PATH_TO_VSTUDIO Architecture: amd64
Add new Toolchain
Name: Visual Studio x86 Environment: PATH_TO_VSTUDIO Architecture: x86
Add new Toolchain
Name: MinGW Environment: PATH_TO_MINGW64 Debugger: MinGW-w64 GDB
###########################################
Now Add CMakes.. File -> Settings -> Build, Execution, Deployment -> CMake
Add new Profile
Name: Release Visual Studio x86 Build Type: Release Toolchain: Visual Studio x86 CMake Options: -m32 Generation Path: cmake-build-release-visual-studio-x86
Add new Profile
Name: Release Visual Studio x64 Build Type: Release Toolchain: Visual Studio x64 CMake Options: -m64 Generation Path: cmake-build-release-visual-studio-x64