Hello! I've been using Segger Embedded Studio (Nordic Edition) for the project in nRF Connect SDK.
So, this SDK uses CMake to build the projects. But my project involves adding other CMake targets, particularly unit tests with add_test() CMake function.
However, Segger only displays the options to select active project and to build an executable, not to invoke a particular CMake target.
Perhaps anyone familiar with SES could advise something?n