[CMake] using source files in build directory

Gonzalo ggarra13 at gmail.com
Thu Oct 22 17:02:29 EDT 2015


El 21/10/15 a las 17:45, Srinath Vadlamani escribió:
> Hello All,
>   Is it possible to have CMake use source files in some particular 
> order that are placed in the out-of-source build directory?  This is 
> allows for the convenience of having multiple builds in different 
> build directories due to a few file changes while preserving the files 
> themselves?
>
You are aware that you can do out of source builds, right?

$ mkdir build-linux64
$ cd build-linux64
$ cmake .. # plus any options you want
$ make

-- 
Gonzalo Garramuño
ggarra13 at gmail.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20151022/c3295e4d/attachment.html>


More information about the CMake mailing list