1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

Merge pull request #57 from Fadis/cmake

Add support for CMake
This commit is contained in:
Bolero MURAKAMI 2013-12-17 23:31:06 -08:00
commit 8b42648803
35 changed files with 583 additions and 1 deletions

3
sprout/CMakeLists.txt Normal file
View file

@ -0,0 +1,3 @@
INSTALL( DIRECTORY ./
DESTINATION include/sprout/
FILES_MATCHING PATTERN "*.hpp" )

View file

@ -14,6 +14,7 @@
#include <sprout/iterator/operation.hpp>
#include <sprout/iterator/type_traits/category.hpp>
#include <sprout/utility/pair/pair.hpp>
#include <sprout/algorithm/count.hpp>
#include <sprout/algorithm/count_if.hpp>
namespace sprout {