]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/boost/libs/filesystem/CMakeLists.txt
cmake cosmetics
[lyx.git] / development / cmake / boost / libs / filesystem / CMakeLists.txt
index 2217d5be16f5de4e6cae4cdfa3ea897e82b1dd1e..8a559f3f393ac37695572649a654539ad963c404 100644 (file)
@@ -10,16 +10,15 @@ set(boost_filesystem_sources
        exception.cpp
        operations.cpp
        path.cpp
-       portability.cpp
-)
+       portability.cpp)
 
 lyx_add_path(boost_filesystem_sources ${TOP_SRC_DIR}/boost/libs/filesystem/src)
 
 if(NOT MERGE_FILES)
        add_library(boost_filesystem STATIC ${boost_filesystem_sources})
-else(NOT MERGE_FILES)
+else()
        add_definitions(-D_WIN32_WINNT=0x500)
-       lyx_merge_files(${CMAKE_CURRENT_BINARY_DIR}/boost_filesystem_allinone.C boost_filesystem_sources)
-       add_library(boost_filesystem STATIC ${CMAKE_CURRENT_BINARY_DIR}/boost_filesystem_allinone.C)
-endif(NOT MERGE_FILES)
+       lyx_const_touched_files(_allinone  boost_filesystem_sources)
+       add_library(boost_filesystem STATIC ${_allinone_files})
+endif()