Use SuperBuild/ directory as root directory
We have a fairly common SuperBuild setup where the SuperBuild/ subdirectory contains ExternalProjects to compile dependencies and the main project (code is here https://github.com/SuperElastix/SuperElastix). Usually the build is started with "cmake src/SuperBuild" where "src" is the root directory of the project. How do we achieve this with CLion? We would like to have src/ as the root directory, otherwise CLion only shows the files in the SuperBuild/ directory.
Please sign in to leave a comment.
Essentially what I would like to make CLion do this (when pressing the CMake reload button)