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
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
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
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
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
_
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
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
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?
___
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?
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
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
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
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
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.
___
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
15 matches
Mail list logo