From 1360205079a611cdfeabd34256a830154d188b23 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Wed, 26 Jun 2013 16:29:29 +0200 Subject: [PATCH] Static libcompat is successfully built --- compat/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 compat/CMakeLists.txt diff --git a/compat/CMakeLists.txt b/compat/CMakeLists.txt new file mode 100644 index 0000000..a72a39e --- /dev/null +++ b/compat/CMakeLists.txt @@ -0,0 +1,8 @@ +# this code uses absolute paths in #include statements +# this should be fixed by renaming the own versions, e.g. +# pthread -> myPthread +# but it seems to compile with this here + +add_library(compat STATIC + libgen.h stdint.h syslog.h semaphore.h + syslog.c semaphore.c) -- 2.43.0