From fa88de595199a97696f01584b316842cfef448b1 Mon Sep 17 00:00:00 2001 From: Vitor Santoss Costa Date: Wed, 22 Feb 2017 11:32:16 +0000 Subject: [PATCH] windows --- C/cdmgr.c:708 in C-function cleanup_dangling_indices | 0 library/regex/CMakeLists.txt | 2 ++ 2 files changed, 2 insertions(+) delete mode 100644 C/cdmgr.c:708 in C-function cleanup_dangling_indices diff --git a/C/cdmgr.c:708 in C-function cleanup_dangling_indices b/C/cdmgr.c:708 in C-function cleanup_dangling_indices deleted file mode 100644 index e69de29bb..000000000 diff --git a/library/regex/CMakeLists.txt b/library/regex/CMakeLists.txt index c67f897bf..95e6e9dd1 100644 --- a/library/regex/CMakeLists.txt +++ b/library/regex/CMakeLists.txt @@ -17,6 +17,8 @@ add_library (regexp SHARED regexp.c ${REGEX_SOURCES}) target_link_libraries(regexp libYap) set_target_properties (regexp PROPERTIES PREFIX "") +set_target_properties (regexp PROPERTIES INCLUDE_DIRECTORIES ".") +set_target_properties (regexp PROPERTIES INCLUDE_DIRECTORIES "${CURRENT_BINARY}") install(TARGETS regexp LIBRARY DESTINATION ${dlls}