2006-09-15 17:05:20 +00:00
|
|
|
# This file is part of LyX, the document processor.
|
|
|
|
# Licence details can be found in the file COPYING.
|
|
|
|
#
|
2011-01-10 23:24:00 +00:00
|
|
|
# Copyright (c) 2010-2011 Peter Kümmel, <syntheticpp@gmx.net>
|
2006-09-15 17:05:20 +00:00
|
|
|
#
|
|
|
|
|
2006-06-11 11:57:25 +00:00
|
|
|
project(boost)
|
|
|
|
|
2010-06-30 08:47:41 +00:00
|
|
|
|
|
|
|
if(LYX_USE_TR1_REGEX)
|
2010-06-29 17:09:40 +00:00
|
|
|
message(STATUS "Using TR1 regex")
|
|
|
|
else()
|
|
|
|
add_subdirectory(regex)
|
|
|
|
endif()
|
|
|
|
|
2010-06-30 08:47:41 +00:00
|
|
|
|
2006-06-11 11:57:25 +00:00
|
|
|
add_subdirectory(signals)
|
2007-03-21 21:22:10 +00:00
|
|
|
|