Ok, this is something that I thought was going to be easy, but I
really can't figure it out...
I've written a python script to smash my private frameworks into my
built application, but, I need to know exactly where the frameworks
and the app have been built.
I know I can control the top-level binary directory for each target
when I do my ADD_SUBDIRECTORY, and I know each target's name, since I
specify that, but I can't figure out how to find the current build
configuration...

For example, here's the information I need:
/Users/me/Proj/build/App/Debug/MyApp.app/
/Users/me/Proj/build/Framework/Debug/MyFramework.framework/

The only part of this path that isn't under my control is the "Debug" part...

I'm a bit overwhelmed by the number of paths floating around in the
CMake universe. I've printed a bunch of them out, but none of them
seem to be what I'm after.

Any ideas?

Thanks
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to