lyx_mirror/development/cmake/boost/libs/CMakeLists.txt
Peter Kümmel 88bd7779d8 cmake: remove boost::iostreams from build system
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21777 a592a061-630c-0410-9148-cb99ea01b6c8
2007-11-25 18:27:36 +00:00

14 lines
296 B
CMake

# This file is part of LyX, the document processor.
# Licence details can be found in the file COPYING.
#
# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
#
project(boost)
add_subdirectory(filesystem)
#add_subdirectory(iostreams)
add_subdirectory(regex)
add_subdirectory(signals)