I have a directory tree filled with Visual Studio 2005 project files and some Linux 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 CMakeExample and reading some of the documentation. I then located the
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.
 
 
============================================================
 
PROJECT(BOLTS)
 
INCLUDE_EXTERNAL_MSPROJECT(BOLTS  BOLTS.dsw)

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to