Build dependent targets on a specific run configuration?
Answered
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.
Please sign in to leave a comment.
Hello!
You can choose the "CMake target" option and select your library target.
Thank you. I don't know how i missed that