Add CMakeLists.txt, link with cURL
My global .gitignore seems to be more trouble than it's worth.
This commit is contained in:
5
nncmpp.c
5
nncmpp.c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user