CMake build directory templates Follow
Hi! I want to organise my CLion workspace the same way as I did with my qtCreator. Specifically:
Projects_folder
--project_foo_folder
----sources
--project_bar_folder
----sources--build_dumpster_folder
----proj_foo_CLion_CMake_release_folder
----proj_foo_CLion_CMake_debug_folder
----forgotten_test_cmd_CMake_profile_folder
In order to do so I need some sort of templates that allows to automatically insert project name or some other unique information into the path for the "Build directory" field in configuration of cmake. Is it possible? If so, how exactly?
Please sign in to leave a comment.