lyx_mirror/3rdparty/boost/libs/CMakeLists.txt
2015-12-20 12:49:10 +01:00

19 lines
317 B
CMake

# This file is part of LyX, the document processor.
# Licence details can be found in the file COPYING.
#
# Copyright (c) 2010-2011 Peter Kümmel, <syntheticpp@gmx.net>
#
project(boost)
if(LYX_USE_STD_REGEX)
message(STATUS "Using std regex")
else()
add_subdirectory(regex)
endif()
add_subdirectory(signals)