]> git.lyx.org Git - features.git/blob - development/cmake/boost/libs/CMakeLists.txt
cmake: remove boost::iostreams from build system
[features.git] / development / cmake / boost / libs / CMakeLists.txt
1 # This file is part of LyX, the document processor.
2 # Licence details can be found in the file COPYING.
3 #
4 # Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
5 #
6
7 project(boost)
8
9 add_subdirectory(filesystem) 
10 #add_subdirectory(iostreams) 
11 add_subdirectory(regex) 
12 add_subdirectory(signals) 
13