[CMake] debug/release subdirs in visual studio projects

Christian Verbeek verbeek at in.tum.de
Wed Jun 14 03:47:57 EDT 2006


This had been discussed in
http://public.kitware.com/pipermail/cmake/2004-January/004644.html

Now more than two years have passed by and the problem still remains. In
visual studio the generated files go into a Release/Debug subdir
depending on the build type choosen in the IDE. If your application
depends on relative pathes to find other stuff (like plugins) this is a
problem. I really would like to skip these subdirs to make the directory
structure of the build output identitcal to what you get with nmake or make.

Any ideas?

Christian



More information about the CMake mailing list