Joshua Robinson wrote:
> Hi,
> 
> I am new to cmake, 1 week.
> 
> I use Linux, vtk and qt. I want the output file moc_* to go to Moc, and the
> object file to Obj .
> The executable is being put to Bin/  that works.
> 
> I tried :  set(OBJECT_OUTPUTS  ${myProj_SOURCE_DIR}/Obj)  it didn't work.
> 
> Please help / ideas ?

Why do you care for this at all? Usually you use a build directory that is 
independent of the sources tree, so you really don't need to care about what 
is up in the build dir and how the files there are lying around.

And this is really a question for the users list, no?

Eike
-- 

Attachment: signature.asc
Description: This is a digitally signed message part.

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to