Plugin sdk- accessing the cmake build dir

Im building a plugin that needs to run a command from the build directory set by the cmake. How can I access it when writing my own plugin?
:folded_hands: