build library

This commit is contained in:
fancy
2020-05-18 04:09:03 +08:00
committed by fancy
parent 78c10e3e3e
commit 619fcaae8e
12 changed files with 373 additions and 313 deletions

View File

@@ -1,18 +1,12 @@
// #include "common.h"
#include "config.hpp"
#include <fstream>
#include <iostream>
#include <pthread.h>
#include <regex>
#include <sstream>
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <vector>
using namespace std;
using namespace CGPROXY::CONFIG;
int main() {
Config c;
c.saveToFile("./config.json");
return 0;
}
int main() { return 0; }