Build dependent targets on a specific run configuration?
已回答
Let's say i have a cmake target called "App" which is executable target. I want to build another target which is dynamic library when running this "App" target. I expected i can just create an entry in "Before launch" section but there's no "Build another configuration" in the list of possible options.
请先登录再写评论。
Hello!
You can choose the "CMake target" option and select your library target.
Thank you. I don't know how i missed that