On Saturday 09 October 2010, Jochen Wilhelmy wrote: > Hi! > > Is it possible to define the current working directory of a command line > tool > that is built with cmake? since the build is usually out-of-source I have > to set the current working directory in the ide, e.g visual studio or > xcode. more convenient would be to set it in cmake.
Do you mean in add_custom_command()/add_custom_target() ? Both have an optional WORKING_DIRECTORY argument. Alex _______________________________________________ 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
