]> git.lyx.org Git - features.git/blobdiff - boost/libs/regex/src/CMakeLists.txt
boost: add eol property
[features.git] / boost / libs / regex / src / CMakeLists.txt
index bbd03f92ac247ec9780cd17e90ebb0b797aad6de..59e1b7c4ca8a3c64adba71c3b1c35b67bdaf28a2 100755 (executable)
@@ -1,40 +1,40 @@
-#\r
-# Copyright Troy D. Straszheim\r
-#\r
-# Distributed under the Boost Software License, Version 1.0.\r
-# See http://www.boost.org/LICENSE_1_0.txt\r
-#\r
-# Look for the ICU library. If we find it, we'll compile in support for ICU\r
-include(FindICU)\r
-set(BOOST_REGEX_LIBRARIES)\r
-if (ICU_FOUND AND ICU_I18N_FOUND)\r
-  add_definitions(-DBOOST_HAS_ICU=1)\r
-  include_directories(${ICU_INCLUDE_DIRS})\r
-  set(BOOST_REGEX_LIBRARIES ${ICU_LIBRARIES} ${ICU_I18N_LIBRARIES})\r
-endif (ICU_FOUND AND ICU_I18N_FOUND)\r
\r
-boost_add_library(boost_regex\r
-   c_regex_traits.cpp\r
-   cpp_regex_traits.cpp\r
-   cregex.cpp\r
-   fileiter.cpp\r
-   icu.cpp\r
-   instances.cpp\r
-   posix_api.cpp\r
-   regex.cpp\r
-   regex_debug.cpp\r
-   regex_raw_buffer.cpp\r
-   regex_traits_defaults.cpp\r
-   static_mutex.cpp\r
-   w32_regex_traits.cpp\r
-   wc_regex_traits.cpp\r
-   wide_posix_api.cpp\r
-   winstances.cpp \r
-   usinstances.cpp \r
-   LINK_LIBS ${BOOST_REGEX_LIBRARIES}\r
-   SHARED_COMPILE_FLAGS -DBOOST_REGEX_DYN_LINK=1)\r
-\r
-\r
-\r
-\r
-\r
+#
+# Copyright Troy D. Straszheim
+#
+# Distributed under the Boost Software License, Version 1.0.
+# See http://www.boost.org/LICENSE_1_0.txt
+#
+# Look for the ICU library. If we find it, we'll compile in support for ICU
+include(FindICU)
+set(BOOST_REGEX_LIBRARIES)
+if (ICU_FOUND AND ICU_I18N_FOUND)
+  add_definitions(-DBOOST_HAS_ICU=1)
+  include_directories(${ICU_INCLUDE_DIRS})
+  set(BOOST_REGEX_LIBRARIES ${ICU_LIBRARIES} ${ICU_I18N_LIBRARIES})
+endif (ICU_FOUND AND ICU_I18N_FOUND)
+boost_add_library(boost_regex
+   c_regex_traits.cpp
+   cpp_regex_traits.cpp
+   cregex.cpp
+   fileiter.cpp
+   icu.cpp
+   instances.cpp
+   posix_api.cpp
+   regex.cpp
+   regex_debug.cpp
+   regex_raw_buffer.cpp
+   regex_traits_defaults.cpp
+   static_mutex.cpp
+   w32_regex_traits.cpp
+   wc_regex_traits.cpp
+   wide_posix_api.cpp
+   winstances.cpp 
+   usinstances.cpp 
+   LINK_LIBS ${BOOST_REGEX_LIBRARIES}
+   SHARED_COMPILE_FLAGS -DBOOST_REGEX_DYN_LINK=1)
+
+
+
+
+