<div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>I use CMake 2.8, VisualStudio2010 and Windows8.1 to build VTK 5.6. In CMake I set the variable "CMAKE_INSTALL_PREFIX" to instruct the build process to copy the VTK libraries as well as the header files to a preferred directory (e.g. c:\MyLibs\MyVTKBuild) after the build process. In fact, this copy process will successfully be performed if I run the INSTALL project of the VTK solution in VisualStudio.<br></div>Unfortunately, this process only copies either the release libaries or the debug libraries to the directory, dependent on the configuration type currently selected in VisualStudio. What I want is that both library types will be copied to the directory seperately in appropriate   subfolders "release" and "debug".<br></div>Does somebody know how to achieve this?<br><br></div>With best regards,<br></div>Michael<br></div>