]> git.lyx.org Git - features.git/blob - development/cmake/boost/libs/regex/CMakeLists.txt
correct svn properties, upadte aspell handling
[features.git] / development / cmake / boost / libs / regex / CMakeLists.txt
1 project(boost_regex)
2
3 set(boost_regex_sources
4         cpp_regex_traits.cpp
5         c_regex_traits.cpp
6         cregex.cpp
7         fileiter.cpp
8         instances.cpp
9         regex.cpp
10         regex_raw_buffer.cpp
11         regex_traits_defaults.cpp
12         w32_regex_traits.cpp
13 )
14
15 lyx_add_path(boost_regex_sources ${TOP_SRC_DIR}/boost/libs/regex/src)
16
17 add_library(boost_regex STATIC ${boost_regex_sources})
18
19