]> git.lyx.org Git - lyx.git/blob - boost/libs/CMakeLists.txt
English UserGuide.lyx: make document compilable without PNGs
[lyx.git] / 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) 2010-2011 Peter Kümmel, <syntheticpp@gmx.net>
5 #
6
7 project(boost)
8
9
10 if(LYX_USE_STD_REGEX)
11         message(STATUS "Using std regex")
12 else()
13         add_subdirectory(regex) 
14 endif()
15
16
17 add_subdirectory(signals) 
18