Implement cmake build system

This commit is contained in:
Juan José Gutiérrez de Quevedo Pérez 2021-05-19 22:37:38 +02:00
parent 9b2b7ccf0a
commit 400777aaee
16 changed files with 2057 additions and 916 deletions

View file

@ -20,7 +20,6 @@
#ifndef SERVERSOCKET_H
#define SERVERSOCKET_H
#include "config.h"
#include <sys/types.h>
#ifdef WIN32