summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorGrigoriy Chudnov <g.chudnov@gmail.com>2016-07-17 11:07:40 +0300
committerGrigoriy Chudnov <g.chudnov@gmail.com>2016-07-17 11:07:40 +0300
commit1d1f23fec52a411ecbd631587544f7453a9ec87b (patch)
tree39272e8f849a08d720e5b438925b2f850431bfc4 /projects
parent4c80b04fc1774b5ea581df103895800ed3a78df6 (diff)
downloadRxCpp-1d1f23fec52a411ecbd631587544f7453a9ec87b.tar.gz
add switch_if_empty, default_if_empty
Diffstat (limited to 'projects')
-rw-r--r--projects/CMake/CMakeLists.txt1
-rw-r--r--projects/doxygen/CMakeLists.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/projects/CMake/CMakeLists.txt b/projects/CMake/CMakeLists.txt
index f199c70..8dcefc4 100644
--- a/projects/CMake/CMakeLists.txt
+++ b/projects/CMake/CMakeLists.txt
@@ -67,6 +67,7 @@ set(RX_SOURCES
${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-start_with.hpp
${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-subscribe.hpp
${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-subscribe_on.hpp
+ ${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-switch_if_empty.hpp
${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-switch_on_next.hpp
${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-take.hpp
${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-take_last.hpp
diff --git a/projects/doxygen/CMakeLists.txt b/projects/doxygen/CMakeLists.txt
index f7ad2eb..d4eddf8 100644
--- a/projects/doxygen/CMakeLists.txt
+++ b/projects/doxygen/CMakeLists.txt
@@ -55,6 +55,7 @@ if(DOXYGEN_FOUND)
${DOXY_EXAMPLES_SRC_DIR}/create.cpp
${DOXY_EXAMPLES_SRC_DIR}/defer.cpp
${DOXY_EXAMPLES_SRC_DIR}/debounce.cpp
+ ${DOXY_EXAMPLES_SRC_DIR}/default_if_empty.cpp
${DOXY_EXAMPLES_SRC_DIR}/delay.cpp
${DOXY_EXAMPLES_SRC_DIR}/distinct.cpp
${DOXY_EXAMPLES_SRC_DIR}/distinct_until_changed.cpp
@@ -93,6 +94,7 @@ if(DOXYGEN_FOUND)
${DOXY_EXAMPLES_SRC_DIR}/start_with.cpp
${DOXY_EXAMPLES_SRC_DIR}/subscribe.cpp
${DOXY_EXAMPLES_SRC_DIR}/subscribe_on.cpp
+ ${DOXY_EXAMPLES_SRC_DIR}/switch_if_empty.cpp
${DOXY_EXAMPLES_SRC_DIR}/switch_on_next.cpp
${DOXY_EXAMPLES_SRC_DIR}/take.cpp
${DOXY_EXAMPLES_SRC_DIR}/take_last.cpp