]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
Static libcompat is successfully built
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Wed, 26 Jun 2013 14:29:29 +0000 (16:29 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Wed, 26 Jun 2013 14:29:29 +0000 (16:29 +0200)
compat/CMakeLists.txt [new file with mode: 0644]

diff --git a/compat/CMakeLists.txt b/compat/CMakeLists.txt
new file mode 100644 (file)
index 0000000..a72a39e
--- /dev/null
@@ -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)