]> git.lyx.org Git - lyx.git/blob - development/cmake/boost/libs/filesystem/CMakeLists.txt
add copyright notice
[lyx.git] / development / cmake / boost / libs / filesystem / 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) 2006, Peter Kümmel, <syntheticpp@gmx.net>
5 #
6
7 project(boost_filesystem)
8
9 set(boost_filesystem_sources
10         exception.cpp
11         operations.cpp
12         path.cpp
13 )
14
15 lyx_add_path(boost_filesystem_sources ${TOP_SRC_DIR}/boost/libs/filesystem/src)
16
17 add_library(boost_filesystem STATIC ${boost_filesystem_sources})