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?
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?