Accessing cmake build path outside of cmake

Viewed 18

I would like to build multiple C++ executables with cmake and then use a python script to link them into a different directory.

Is there a way to make the path to the cmake build directory outside of cmake?

0 Answers
Related