On Tue, Feb 17, 2009 at 12:34 PM, Pau Garcia i Quiles <[email protected]>wrote:
> Hello, > > I want Visual C++ to output executables, DLLs, etc to the builddir > without creating "Release", "Debug", "RelWithDebInfo", etc > directories. In our case, this would be very convenient for debugging. > > I have found the CMAKE_INTDIR and CMAKE_CFG_INTDIR variables but > neither SET( CMAKE_INTDIR "." ) nor SET( CMAKE_CFG_INTDIR "." ) > achieve what I want (in the VC++ project, CMAKE_INTDIR still has the > release type value). Is it possible to change this value at all? How? > (SET_TARGET_PROPERTIES?) > > You can use the PREFIX hack for this. Just set to "../" http://www.mail-archive.com/[email protected]/msg14083.html -- Philip Lowman
_______________________________________________ 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
