On 8/15/07, Mike Jackson <[EMAIL PROTECTED]> wrote:
> On 8/14/07, Jon W <[EMAIL PROTECTED]> wrote:
> > On 8/14/07, Filip Brcic <[EMAIL PROTECTED]> wrote:
> > > Дана уторак 14 август 2007, Jon W је написао(ла):
> > > > > > > Is it
On 8/14/07, Filip Brcic <[EMAIL PROTECTED]> wrote:
> Дана уторак 14 август 2007, Jon W је написао(ла):
> > > > > Is it possible to have multiple CMakeLists.txt files within the same
> > > > > directory? (We have projects that span/share multiple director
> > > Is it possible to have multiple CMakeLists.txt files within the same
> > > directory? (We have projects that span/share multiple directories,
> > > and currently all of the vcproj files are within a single directory
> > > for easy editing.)
> > >
> > > Or, is the suggested route to create a d
Is it possible to have multiple CMakeLists.txt files within the same
directory? (We have projects that span/share multiple directories,
and currently all of the vcproj files are within a single directory
for easy editing.)
Or, is the suggested route to create a directory structure such as,
/
s
How should a visual studio developer rebuild individual projects
within the ide? It has been mentioned on the alias that one should no
longer use the visual studio "rebuild" option as that also rebuilds
the cmakelists.txt.
Is the only way to rebuild source files without rebuilding
cmakelists.txt
On 8/7/07, Philip Lowman <[EMAIL PROTECTED]> wrote:
> Jon W wrote:
> > I need to have a specific library linked before all other libraries.
> > For example, I need foo.lib linked before the defaults, "
> > kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.
I need to have a specific library linked before all other libraries.
For example, I need foo.lib linked before the defaults, "
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib
odbccp32.lib".
What would be the best way
I have a visual studio project that creates an exe. Even after the
exe is linked and up to date, the next build will relink the exe.
I'm trying to determine if this is a configuration issue, or a cmake
issue. Has anybody else seen this behavior?
Thanks,
Jon
_
> When using visual studio, the resource compile options are updated
> with the cxx preprocessor definitions and the cxx include paths.
>
> How can I remove all of the cxx preprocessor/include definitions and
> redefine the options? I haven't had any luck trying to reset the
> options such as:
>
On 7/17/07, Jon W <[EMAIL PROTECTED]> wrote:
When using visual studio, the resource compile options are updated
with the cxx preprocessor definitions and the cxx include paths.
How can I remove all of the cxx preprocessor/include definitions and
redefine the options? I haven't h
When using visual studio, the resource compile options are updated
with the cxx preprocessor definitions and the cxx include paths.
How can I remove all of the cxx preprocessor/include definitions and
redefine the options? I haven't had any luck trying to reset the
options such as:
set(CMAKE_RC
I am trying to get the following directory configuration for lib/exe
output within visual studio:
bin/Debug/aa.dll
bin/Release/aa.dll
bin/Release/models/bb.dll
bin/Release/models/bb.dll
The bin/Debug and bin/Release directories are the defaults when using
"bin" as the binary directory. How
Is it possible to add files to Visual Studio projects that aren't compiled?
From what I can tell, the ide will only show files that are part of
ADD_LIBRARY or ADD_EXECUTABLE.
Thanks,
Jon
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mai
On 6/28/07, Sylvain Benner <[EMAIL PROTECTED]> wrote:
Jon W a écrit :
> Is there a way to have more than one level of folders in Visual Studio
> projects?
Try this :
For your foo project
SOURCE_GROUP("Source Files/Dir1" FILES source1.h source1.cpp ...)
or
SOURCE_GRO
Is there a way to have more than one level of folders in Visual Studio projects?
For example, within the Solution Explorer have Dir1 and Dir2 under the
Source Files folder:
---
Solution 'foo'
- foo
- Source Files
+ Dir1
+ Dir2
+ Head
TRUE
)
ENDFOREACH(_in_FILE ${ARGN})
ENDMACRO (MACRO_ADD_INTERFACES)
Regards,
Guilherme Balena Versiani.
Jon W wrote:
> Does anybody have a CMakelists.txt example on how to properly compile
> idl files into visual studio projects? I'm not sure if I need to use
> ADD_CUSTOM_COMMAND
Does anybody have a CMakelists.txt example on how to properly compile
idl files into visual studio projects? I'm not sure if I need to use
ADD_CUSTOM_COMMAND or just list the idl files in the sources, etc..
Thanks,
Jon
___
CMake mailing list
CMake@cmak
I'm in the process of porting existing visual studio projects to
cmake. As such, I want to duplicate the compiler and linker options
of the existing project files. I'm using 2.4.7 RC10.
The first question is, how do I get rid of the /VERSION:0.0 linker
flag? This flag seems to be generated by
Here is the download link:
http://www.cmake.org/files/v2.4/
On 6/15/07, Lars Nygard <[EMAIL PROTECTED]> wrote:
Hi David,
Thaks for your email. I tried what you said but I still get the same
error.
Where can I download cmake 2.4.7? The latest version on the site is
2.4.6...
greets,
Lars Nygard
On 6/15/07, Jon W <[EMAIL PROTECTED]> wrote:
I'm using cmake to generate solutions for Visual Studio 2003. With
several of the projects I need to compile the *.c files as c++ code.
I'm trying to get the /TP flag to override the /TC flag that is
automatically generated by cmake
I'm using cmake to generate solutions for Visual Studio 2003. With
several of the projects I need to compile the *.c files as c++ code.
I'm trying to get the /TP flag to override the /TC flag that is
automatically generated by cmake, but not having much luck. I've read
the mailing archive, and
I'm just beginning to learn cmake, and am trying to add the "/EHac-"
option to the additional command line options.
I'm setting the CMAKE_C_FLAGS as follows:
-
SET (MY_C_FLAGS "/EHac-")
MARK_AS_ADVANCED (MY_C_FLAGS)
SET (CMAKE_C_FLAGS "${CM
On 6/5/07, Brandon Van Every <[EMAIL PROTECTED]> wrote:
On 6/5/07, Jon W <[EMAIL PROTECTED]> wrote:
> Are there any tools available to convert Visual Studio files to
> cmakelists.txt? I have hundreds of vcproj files and this would help
> make the conversion to cmake easier.
Are there any tools available to convert Visual Studio files to
cmakelists.txt? I have hundreds of vcproj files and this would help
make the conversion to cmake easier.
Thanks,
Jon
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/lis
24 matches
Mail list logo