Merge pull request #8087 from spycrab/cmake_win2019

Support CMake on Windows
This commit is contained in:
spycrab
2019-05-14 21:07:26 +02:00
committed by GitHub
20 changed files with 217 additions and 33 deletions

View File

@ -4,6 +4,7 @@
#pragma once
#include <algorithm>
#include <cmath>
#include <memory>
#include <string>

View File

@ -8,6 +8,7 @@
#include <windows.h>
#include <list>
#include <string>
#include "InputCommon/ControllerInterface/DInput/DInput8.h"

View File

@ -4,6 +4,7 @@
#include "InputCommon/ControllerInterface/Device.h"
#include <algorithm>
#include <cmath>
#include <memory>
#include <sstream>