diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..20891f58 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,23 @@ +#---------------------------------------------------------------------------- +# This file was automatically generated from the original CMakeLists.txt file +# Add a variable to hold the headers for the library +set (lib_headers + unordered_map.hpp + unordered_set.hpp + unordered +) + +# Add a library target to the build system +boost_library_project( + unordered + # SRCDIRS + # TESTDIRS + HEADERS ${lib_headers} + # DOCDIRS + # DESCRIPTION + MODULARIZED + # AUTHORS + # MAINTAINERS +) + +