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

Thanks

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
_______________________________________________
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