[CMake] Output Directory

2017-11-10 Thread masaru tsuchiyama
Hi, Before running cmake, we need to change a directotry where we want to create output files. But I think it is a bit inconvenient. Is there any plan to implement an option of the output directory? Regards. Masaru. -- Powered by www.kitware.com Please keep messages on-topic and check the CMa

Re: [CMake] Output directory in Visual C++

2011-06-22 Thread Michael Hertling
On 06/22/2011 08:00 PM, Mathias Bavay wrote: > Hi! > > In my tries to properly compile a library with Visual C++ 10 Express, > I've noticed that despite setting LIBRARY_OUTPUT_DIRECTORY > "${PROJECT_SOURCE_DIR}/lib" in SET_TARGET_PROPERTIES (which works > perfectly fine with gcc on Linux and Xc

[CMake] Output directory in Visual C++

2011-06-22 Thread Mathias Bavay
Hi! In my tries to properly compile a library with Visual C++ 10 Express, I've noticed that despite setting LIBRARY_OUTPUT_DIRECTORY "${PROJECT_SOURCE_DIR}/lib" in SET_TARGET_PROPERTIES (which works perfectly fine with gcc on Linux and Xcode on OSX), the Visual C++ "Output directory" property

[CMake] Output directory of QT_WRAP_UI

2010-01-25 Thread Jens Auer
Hi, Is there a way to specify the output directory of QT_WRAP_UI where the generated header files will be put? I am porting a VC++-based project and files are included with the relative paths, so if the ui file is placed in Lib1/dir1/file1.ui I want the output generated in CMAKE_BINARY_DIR/lib1/di

Re: [CMake] Output directory for generated ui_Header.h from Header.ui

2009-04-02 Thread Alexander Neundorf
On Thursday 02 April 2009, Ivan Chupahin wrote: > Hi,folks! > > My project uses Qt4 and i need to generate *.h files from *.ui files. For > that i use QT4_WRAP_UI macro. But it generete *.h files in a derectory > where CMake is running. Maybe exit some CMake variable for point an output > directory

Re: [CMake] Output directory for genereated ui_Header.h files

2009-04-02 Thread Alexandre Feblot
_ From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Ivan Chupahin Sent: Thursday, 02 April 2009 11:47 To: cmake@cmake.org Subject: [CMake] Output directory for genereated ui_Header.h files Hi,folks! My project uses Qt4 and i need to generate *.h files from *.ui fi

Re: [CMake] Output directory for genereated ui_Header.h files

2009-04-02 Thread Andreas Pakulat
On 02.04.09 16:46:51, Ivan Chupahin wrote: > Hi,folks! > > My project uses Qt4 and i need to generate *.h files from *.ui files. For > that i use QT4_WRAP_UI macro. But it generete *.h files in a derectory where > CMake is running. That is the correct place. All generated files should be in the b

[CMake] Output directory for genereated ui_Header.h files

2009-04-02 Thread Ivan Chupahin
Hi,folks! My project uses Qt4 and i need to generate *.h files from *.ui files. For that i use QT4_WRAP_UI macro. But it generete *.h files in a derectory where CMake is running. Maybe exist some CMake variable for point an output directory for that generated files or some other tools? ___

[CMake] Output directory for generated ui_Header.h from Header.ui

2009-04-02 Thread Ivan Chupahin
Hi,folks! My project uses Qt4 and i need to generate *.h files from *.ui files. For that i use QT4_WRAP_UI macro. But it generete *.h files in a derectory where CMake is running. Maybe exit some CMake variable for point an output directory for that generated files or some other tools?

Re: [CMake] Output directory

2008-12-05 Thread Tyler Roscoe
On Fri, Dec 05, 2008 at 03:53:11PM -0500, [EMAIL PROTECTED] wrote: > So, for example, you can get some of the intermediate files to be > written to component1/build/obj/Release, but you can't get them written > directly to component1/build/obj. Unless you are willing to download > > I complained

Re: [CMake] Output directory

2008-12-05 Thread David . Karr
Ioan Calin Borcoman wrote: > I dump all my apps in the CMAKE_BUILD_DIR with: > > set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}) This is a useful thing to do if you're using CMake to generate a Visual Studio 6.0 workspace. But as far as I can tell, if you generate a "solution" for any later ver

Re: [CMake] Output directory

2008-12-05 Thread Michael Jackson
On Dec 5, 2008, at 11:54 AM, Robert Dailey wrote: On Mon, Nov 24, 2008 at 10:34 AM, Ioan Calin Borcoman <[EMAIL PROTECTED] > wrote: I dump all my apps in the CMAKE_BUILD_DIR with: set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}) Thanks for your response. I'm having a hard time understandin

Re: [CMake] Output directory

2008-12-05 Thread Robert Dailey
On Mon, Nov 24, 2008 at 10:34 AM, Ioan Calin Borcoman <[EMAIL PROTECTED]>wrote: > I dump all my apps in the CMAKE_BUILD_DIR with: > > set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}) Thanks for your response. I'm having a hard time understanding how this works. My project structure looks like

Re: [CMake] Output directory

2008-11-24 Thread Ioan Calin Borcoman
I dump all my apps in the CMAKE_BUILD_DIR with: set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}) On Mon, Nov 24, 2008 at 6:23 PM, Robert Dailey <[EMAIL PROTECTED]> wrote: > Is there a way to change what directory object files and > executables/libraries are placed in? Thanks. ___

[CMake] Output directory

2008-11-24 Thread Robert Dailey
Is there a way to change what directory object files and executables/libraries are placed in? Thanks. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake