mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 01:22:33 +00:00
ecc1e3c5d0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34839 a592a061-630c-0410-9148-cb99ea01b6c8
13 lines
237 B
CMake
13 lines
237 B
CMake
# This file is part of LyX, the document processor.
|
|
# Licence details can be found in the file COPYING.
|
|
#
|
|
# Copyright (c) 2010, Peter Kümmel, <syntheticpp@gmx.net>
|
|
#
|
|
|
|
project(boost)
|
|
|
|
|
|
add_subdirectory(regex)
|
|
add_subdirectory(signals)
|
|
|