]> git.lyx.org Git - features.git/commitdiff
fix linker error
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 12 Mar 2007 22:17:55 +0000 (22:17 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 12 Mar 2007 22:17:55 +0000 (22:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17425 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/boost/libs/filesystem/CMakeLists.txt

index b07a28e69540ad8b2fe1ecc9225adec05f252953..9261d6c6dea5bb7b76d10d1684619c969ebf954e 100644 (file)
@@ -10,6 +10,7 @@ set(boost_filesystem_sources
        exception.cpp
        operations.cpp
        path.cpp
+       portability.cpp
 )
 
 lyx_add_path(boost_filesystem_sources ${TOP_SRC_DIR}/boost/libs/filesystem/src)