cmake LWAN_HAVE_SO_INCOMING_CPU examples

lpereira/lwan CMakeLists.txt :238

check_c_source_compiles("#include <sys/socket.h>
#include <stddef.h>
int main(void) {
	setsockopt(0, SOL_SOCKET, SO_INCOMING_CPU, NULL, 0);
}" LWAN_HAVE_SO_INCOMING_CPU)