blob: 1fd418e64ace2213200b1f9197130eca2c98293c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
LIBRARY()
SRCS(
cartesian_product.cpp
concatenate.cpp
enumerate.cpp
iterate_keys.cpp
iterate_values.cpp
filtering.cpp
functools.cpp
mapped.cpp
zip.cpp
)
END()
RECURSE_FOR_TESTS(ut)
|