lyx_mirror/development/cmake/boost/libs/CMakeLists.txt
Peter Kümmel c85fc27ba3 add cmake support for 1.4.x with Qt3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15089 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-20 17:58:50 +00:00

12 lines
265 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(regex)
add_subdirectory(signals)