[CMake] Visual Studio folders

Alan W. Irwin irwin at beluga.phys.uvic.ca
Tue Jul 24 11:54:44 EDT 2007


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
__________________________


More information about the CMake mailing list