Add CMakeLists.txt, link with cURL

My global .gitignore seems to be more trouble than it's worth.
This commit is contained in:
2016-10-06 03:27:29 +02:00
parent c6e337e5c5
commit ca38c1d91a
3 changed files with 112 additions and 9 deletions

View File

@@ -103,7 +103,10 @@ enum
#include <uniwidth.h>
#include <uniconv.h>
#define CTRL_KEY(x) ((x) - 'A' + 1)
// We need cURL to extract links from Internet stream playlists. It'd be way
// too much code to do this all by ourselves, and there's nothing better around.
#include <curl/curl.h>
#define APP_TITLE PROGRAM_NAME ///< Left top corner