| include (CheckFunctionExists) set(CMAKE_INCLUDE_CURRENT_DIR ON) set(COLLECTIONS_SRCS collections/Queue.c collections/Stack.c collections/PubSub.c collections/BipBuffer.c collections/BitStream.c collections/Reference.c collections/ArrayList.c collections/LinkedList.c collections/HashTable.c collections/ListDictionary.c collections/CountdownEvent.c collections/BufferPool.c collections/ObjectPool.c collections/StreamPool.c collections/MessageQueue.c collections/MessagePipe.c) set(LODEPNG_SRCS lodepng/lodepng.c lodepng/lodepng.h) if(HAVE_SYSLOG_H) set(SYSLOG_SRCS wlog/SyslogAppender.c wlog/SyslogAppender.h) endif() if(LIBSYSTEMD_FOUND) set(JOURNALD_SRCS wlog/JournaldAppender.c wlog/JournaldAppender.h) winpr_include_directory_add($ |