This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Description
Hi, i do have a project layout like this:
~/prj/WORKSPACE
~/prj/a/b/BUILD
~/prj/a/b/main.cpp
cmake_to_bazel is not able to provide a valid CMakeLists.txt because it assumes a BUILD file in ~/prj/
And even if there was a BUILD file in ~/prj/, the other files deep down the directory are not accessed at all, i.e. only one single CMakeLists.txt is created