]> git.lyx.org Git - features.git/blob - development/cmake/boost/libs/iostreams/CMakeLists.txt
correct svn properties, upadte aspell handling
[features.git] / development / cmake / boost / libs / iostreams / CMakeLists.txt
1 project(boost_iostreams)
2
3 set(boost_iostreams_sources
4         file_descriptor.cpp
5         mapped_file.cpp
6         zlib.cpp
7 )
8
9 lyx_add_path(boost_iostreams_sources ${TOP_SRC_DIR}/boost/libs/iostreams/src)
10
11 include_directories(${ZLIB_INCLUDE_DIR})
12
13 add_library(boost_iostreams STATIC ${boost_iostreams_sources})
14
15 target_link_libraries(boost_iostreams ${ZLIB_LIBRARY})
16