I'm trying to import the tensorflow project into the CLion IDE (on Linux) so that I can run various cc tests for example this.
I've built tensorflow from source using Bazel following the instructions from here . Now, I'm trying to import the bazel project into the CLion IDE by following the steps listed here.
I'm not able to select an initial project view file of .bazelproject type since it does not exist in my tensorflow directory.
Am I missing something or is there another way so that I can run tensorflow test files on my ide?


