From: Andreas Neiser Date: Wed, 26 Jun 2013 14:29:29 +0000 (+0200) Subject: Static libcompat is successfully built X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=1360205079a611cdfeabd34256a830154d188b23;p=daqdata.git Static libcompat is successfully built --- 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)