On 2007-07-24 15:49+0200 Sergei Riaguzov wrote:

Hi!

How can I emulate "Add folder" MSVS functionality with CMake? I want to be
able to add a folder without adding another executable or anything like
that.

Try FILE(MAKE_DIRECTORY ...

On Linux that makes a directory at cmake time so I presume it will also make
a "folder" on windows at cmake time.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to