diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 5a2b185..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,27 +0,0 @@ -# -# Copyright Troy D. Straszheim -# -# Distributed under the Boost Software License, Version 1.0. -# See http://www.boost.org/LICENSE_1_0.txt -# -#---------------------------------------------------------------------------- -# This file was automatically generated from the original CMakeLists.txt file -# Add a variable to hold the headers for the library -set (lib_headers - interprocess -) - -# Add a library target to the build system -boost_library_project( - interprocess - # SRCDIRS - TESTDIRS test - HEADERS ${lib_headers} - # DOCDIRS - DESCRIPTION "Shared memory, memory mapped files, process-shared mutexes, condition variables, containers and allocators." - MODULARIZED - AUTHORS "Ion Gaztanaga " - # MAINTAINERS -) - - diff --git a/module.cmake b/module.cmake deleted file mode 100644 index 408603f..0000000 --- a/module.cmake +++ /dev/null @@ -1 +0,0 @@ -boost_module(interprocess DEPENDS date_time intrusive math) \ No newline at end of file diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt deleted file mode 100644 index 0d2011d..0000000 --- a/test/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -boost_additional_test_dependencies(interprocess BOOST_DEPENDS test thread date_time multi_index) - - -file(GLOB INTERPROCESS_TESTS *.cpp) -foreach(TEST ${INTERPROCESS_TESTS}) - get_filename_component(TEST ${TEST} NAME_WE) - boost_test_run(${TEST} DEPENDS boost_thread MULTI_THREADED) -endforeach() \ No newline at end of file