mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 17:39:58 +00:00
12 lines
265 B
CMake
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)
|