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. 

0
2 comments

Hello!

You can choose the "CMake target" option and select your library target.

0

Thank you. I don't know how i missed that

 

0

Please sign in to leave a comment.