Rewrite to use CMake

Now the project is at least installable.

Added a LICENSE file.

Likely about to implement Lua plugins.
This commit is contained in:
2015-01-17 15:54:49 +01:00
parent 77509ceb56
commit 7cb6fcdaff
7 changed files with 167 additions and 42 deletions

View File

@@ -18,12 +18,11 @@
*
*/
#define PROGRAM_NAME "ponymap"
#define PROGRAM_VERSION "alpha"
#define _POSIX_C_SOURCE 199309L
#define _XOPEN_SOURCE 600
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>