Skip to content

Commit 0e1192f

Browse files
committed
Move includes
1 parent 725df64 commit 0e1192f

19 files changed

+26
-26
lines changed

tests/CMakeLists.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ enable_testing()
88

99
find_package(Threads)
1010

11-
add_executable(unittesting ${_cpp-stream_INCLUDE_DIR}/stream.h
12-
${_cpp-stream_INCLUDE_DIR}/traits.h
13-
${_cpp-stream_INCLUDE_DIR}/value_holder.h
14-
${_cpp-stream_INCLUDE_DIR}/continuation.h
15-
${_cpp-stream_INCLUDE_DIR}/operations.h
16-
${_cpp-stream_INCLUDE_DIR}/detail/stream_base.h
17-
${_cpp-stream_INCLUDE_DIR}/detail/traits_impl.h
18-
${_cpp-stream_INCLUDE_DIR}/detail/stream_impl.h
19-
${_cpp-stream_INCLUDE_DIR}/detail/continuation_impl.h
11+
add_executable(unittesting ${_cpp-stream_INCLUDE_DIR}/stream/stream.h
12+
${_cpp-stream_INCLUDE_DIR}/stream/traits.h
13+
${_cpp-stream_INCLUDE_DIR}/stream/value_holder.h
14+
${_cpp-stream_INCLUDE_DIR}/stream/continuation.h
15+
${_cpp-stream_INCLUDE_DIR}/stream/operations.h
16+
${_cpp-stream_INCLUDE_DIR}/stream/detail/stream_base.h
17+
${_cpp-stream_INCLUDE_DIR}/stream/detail/traits_impl.h
18+
${_cpp-stream_INCLUDE_DIR}/stream/detail/stream_impl.h
19+
${_cpp-stream_INCLUDE_DIR}/stream/detail/continuation_impl.h
2020
stream_deduction_guides.cpp
2121
filters_int_finite_stream.cpp
2222
filters_int_infinite_stream.cpp

0 commit comments

Comments
 (0)