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
commit ec734065db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>