[Pcre-svn] [864] code/trunk/CMakeLists.txt: cmake support fo…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [864] code/trunk/CMakeLists.txt: cmake support for out of source builds by Stephen Kelly
Revision: 864
          http://vcs.pcre.org/viewvc?view=rev&revision=864
Author:   zherczeg
Date:     2012-01-13 04:58:55 +0000 (Fri, 13 Jan 2012)


Log Message:
-----------
cmake support for out of source builds by Stephen Kelly

Modified Paths:
--------------
    code/trunk/CMakeLists.txt


Modified: code/trunk/CMakeLists.txt
===================================================================
--- code/trunk/CMakeLists.txt    2012-01-12 19:19:56 UTC (rev 863)
+++ code/trunk/CMakeLists.txt    2012-01-13 04:58:55 UTC (rev 864)
@@ -53,6 +53,7 @@
 # 2011-10-04 Sheri Increased minimum required cmake version
 # 2012-01-06 PH removed pcre_info.c and added pcre_string_utils.c
 # 2012-01-10 Zoltan Herczeg added libpcre16 support
+# 2012-01-13 Stephen Kelly added out of source build support


PROJECT(PCRE C CXX)

@@ -359,7 +360,7 @@

IF(PCRE_BUILD_PCRE8)
SET(PCRE_SOURCES
- ${PROJECT_BINARY_DIR}/pcre_byte_order.c
+ pcre_byte_order.c
pcre_chartables.c
pcre_compile.c
pcre_config.c
@@ -390,7 +391,6 @@

IF(PCRE_BUILD_PCRE16)
SET(PCRE16_SOURCES
- ${PROJECT_BINARY_DIR}/pcre16_byte_order.c
pcre16_byte_order.c
pcre16_chartables.c
pcre16_compile.c