<BR><BR>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">  <DIV>I have a directory tree filled with Visual Studio 2005 project files and some Linux&nbsp;makefiles. Each subdirectory in the tree builds for 1 operating system. I'd like to cmake as a high level make process to build the tree. I started by downloading the&nbsp;CMakeExample and reading some of the documentation. I then located the </DIV>  <DIV>INCLUDE_EXTERNAL_MSPROJECT() directive, but have not been able to get an example in one of the subdirectories to build. I will be reviewing the documentation, but would appreciate some assistance. Below is the contents of the CmakeLists.text file. As my goal is to use a command line utility to build the contents of this tree, please let me know if the INCLUDE_EXTERNAL_MSPROJECT() directive is appropriate or if Makefiles need to be generated.</DIV>  <DIV>&nbsp;</DIV>  <DIV>&nbsp;</DIV> 
 <DIV>============================================================</DIV>  <DIV>&nbsp;</DIV>  <DIV>PROJECT(BOLTS)</DIV>  <DIV>&nbsp;</DIV>  <DIV>INCLUDE_EXTERNAL_MSPROJECT(BOLTS&nbsp; BOLTS.dsw)</DIV></BLOCKQUOTE><BR>