compiler: CMake-ify

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-18 15:55:51 +01:00
parent 2dbd84c794
commit 0065ff4328
34 changed files with 158 additions and 60 deletions
+21
View File
@@ -0,0 +1,21 @@
#ifndef STD_COMPILER_H
#define STD_COMPILER_H
#include "config.hpp"
#include "stdutil.hpp"
#include <set>
#include <map>
#include <list>
#include <string>
#include <vector>
#include <fstream>
#include <iostream>
#include <iomanip>
using namespace std;
#include <windows.h>
#endif