summaryrefslogtreecommitdiffstats
path: root/contrib/cmake
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-31 23:58:37 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-31 23:58:37 (GMT)
commitc912952fb5e8072770262c64932c1d8cf2027cf0 (patch)
treed21ae1340c96f9fe1105f9cdaa62d84342f58cd9 /contrib/cmake
parentf64620e28a55dbddaeeefef2e7b8a6a433f21c82 (diff)
downloaduscxml-c912952fb5e8072770262c64932c1d8cf2027cf0.zip
uscxml-c912952fb5e8072770262c64932c1d8cf2027cf0.tar.gz
uscxml-c912952fb5e8072770262c64932c1d8cf2027cf0.tar.bz2
Various bug-fixes for W3C test conformance and stack traces with exceptions and segfaults
Diffstat (limited to 'contrib/cmake')
-rw-r--r--contrib/cmake/HeaderExists.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/cmake/HeaderExists.cmake b/contrib/cmake/HeaderExists.cmake
index 29f801d..9d0570e 100644
--- a/contrib/cmake/HeaderExists.cmake
+++ b/contrib/cmake/HeaderExists.cmake
@@ -2,3 +2,6 @@ include(CheckIncludeFile)
CHECK_INCLUDE_FILE(unistd.h HAS_UNISTD_H)
CHECK_INCLUDE_FILE(string.h HAS_STRING_H)
CHECK_INCLUDE_FILE(signal.h HAS_SIGNAL_H)
+CHECK_INCLUDE_FILE(execinfo.h HAS_EXECINFO_H)
+CHECK_INCLUDE_FILE(dlfcn.h HAS_DLFCN_H)
+