Dispel icon indicating copy to clipboard operation
Dispel copied to clipboard

CMake support

Open Schala opened this issue 10 years ago • 5 comments

Replaced makefile with minimal CMakeLists.txt and changed #ifdef APPLE to #ifndef _WIN32 since sys/uio.h seems to be a Unix-central header.

Schala avatar May 23 '15 05:05 Schala

Unfortunately it's not quite that simple; sys/uio.h is the wrong thing to include on non-osx unix platforms. I think stdio.h actually covers it, but I'll have to have a closer look.

pelrun avatar May 24 '15 14:05 pelrun

okay

Schala avatar May 24 '15 23:05 Schala

I've fixed main.c, so if you want to redo this pull request so that it only does the makefile changes then I'll happily commit it.

pelrun avatar May 29 '15 04:05 pelrun

Oh, and change the minimum cmake version down to 2.0, please? There's no need to require 3.1 for this.

pelrun avatar May 29 '15 04:05 pelrun

I'll get on it

Schala avatar Jun 06 '15 21:06 Schala