Rework cmake and readme (#264)

* Add missing include

* Rework CMakeLists.txt to support out of tree builds

* Update build instructions

* Fix windows build issue and copy locale on Linux

* Update build instructions

* Add downloads section
This commit is contained in:
WarmUpTill
2021-07-17 08:17:03 -07:00
committed by GitHub
parent a467dffd05
commit 6c8556c66c
4 changed files with 444 additions and 394 deletions

View File

@@ -20,6 +20,7 @@
#include <util/platform.h>
#include <vector>
#include <thread>
#include <unordered_map>
#include <QStringList>
#include <QRegularExpression>
#include <QLibrary>