This is currently not possible. Unfortunately, both biicode and CLion use cmake and use different conventions on the layout / structure of the project, and at the moment they are simply incompatible.
The good news is that people from CLION help a lot to figure out the optimal solution, so hopefully this will be fixed soon.
EDIT Feb 19, 2015: Now biicode 2.4.1 and the latest CLION EAP are compatible. You can open an existing biicode project in CLion using the following steps:
- CLion-> Open the project, go to
your biicode project/cmake/ folder and open it (where CMakeLists.txt lives) - CLion-> Change project root, select the main biicode project folder.
Then you can create and run your goals.
It may be convenient to check the settings → assembly, execution, deployment → CMake, - automatically restart CMake when editing.
And remember that if you change your project, add or delete files, main executable files, add or remove dependencies, run $ bii cpp:configure so that the whole project is updated
drodri
source share