When I compile this project, I observe the following error: ```sh CMake Error at test/CMakeLists.txt:7 (add_executable): Cannot find source file: vector_bool_eg.cpp ``` When I look in the tests directory I indeed see that file `vector_bool_eg.cpp` is missing.
When I compile this project, I observe the following error:
CMake Error at test/CMakeLists.txt:7 (add_executable): Cannot find source file: vector_bool_eg.cppWhen I look in the tests directory I indeed see that file
vector_bool_eg.cppis missing.