summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorGrigoriy Chudnov <g.chudnov@gmail.com>2016-03-28 15:34:41 +0300
committerGrigoriy Chudnov <g.chudnov@gmail.com>2016-03-28 15:34:41 +0300
commit0382f266ea67026d98b4e21fd1b213aa0d9d177b (patch)
treecd73df9a781011bfb56120ba80862943bbb1450f /projects
parent6437943438974d57888d3241d5c9bf2162be92fa (diff)
downloadRxCpp-0382f266ea67026d98b4e21fd1b213aa0d9d177b.tar.gz
add exists operator
Diffstat (limited to 'projects')
-rw-r--r--projects/CMake/CMakeLists.txt1
-rw-r--r--projects/doxygen/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/projects/CMake/CMakeLists.txt b/projects/CMake/CMakeLists.txt
index 2b4ec0c..8485740 100644
--- a/projects/CMake/CMakeLists.txt
+++ b/projects/CMake/CMakeLists.txt
@@ -27,6 +27,7 @@ add_subdirectory(${EXAMPLES_DIR}/tests ${CMAKE_CURRENT_BINARY_DIR}/examples/test
# The list of RxCpp source files. Please add every new file to this list
set(RX_SOURCES
${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-amb.hpp
+ ${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-any.hpp
${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-buffer_count.hpp
${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-buffer_time.hpp
${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-buffer_time_count.hpp
diff --git a/projects/doxygen/CMakeLists.txt b/projects/doxygen/CMakeLists.txt
index 69f10f1..8bbea82 100644
--- a/projects/doxygen/CMakeLists.txt
+++ b/projects/doxygen/CMakeLists.txt
@@ -59,6 +59,7 @@ if(DOXYGEN_FOUND)
${DOXY_EXAMPLES_SRC_DIR}/element_at.cpp
${DOXY_EXAMPLES_SRC_DIR}/empty.cpp
${DOXY_EXAMPLES_SRC_DIR}/error.cpp
+ ${DOXY_EXAMPLES_SRC_DIR}/exists.cpp
${DOXY_EXAMPLES_SRC_DIR}/filter.cpp
${DOXY_EXAMPLES_SRC_DIR}/finally.cpp
${DOXY_EXAMPLES_SRC_DIR}/flat_map.cpp