[CMake] Can INCLUDE_EXTERNAL_MSPROJECT be used for command line
build
Ken Manley
k.manley at sbcglobal.net
Mon Sep 11 10:53:06 EDT 2006
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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20060911/d82a2780/attachment.htm
More information about the CMake
mailing list