Brad,
Thanks for all your suggestions. They put me onto the correct path to
figuring out what was going on. Close inspection of the man page for ld on
MacOSX indicates why the strange behavior was occuring.
-search_paths_first
By default when the -dynamic flag is in effect, the
Hi Ian,
Check ADD_CUSTOM_COMMAND. There are bunch of examples all over the place.
You can also do:
cmake --help-command ADD_CUSTOM_COMMAND
Andy
Ian Gotenks wrote:
Hi,
I am trying to learn CMake to use it in my project
but (as anyone might expect) I have some problems.
Is there pos
Hi Ian,
Check ADD_CUSTOM_COMMAND. There are bunch of examples all over the place.
You can also do:
cmake --help-command ADD_CUSTOM_COMMAND
Andy
Ian Gotenks wrote:
Hi,
I am trying to learn CMake to use it in my project
but (as anyone might expect) I have some problems.
Is there pos
Hi,
I am trying to learn CMake to use it in my project
but (as anyone might expect) I have some problems.
Is there possible to handle a situation similar to
this ?
ADD_EXECUTABLE( test
file1.prg
file2.prg
file3.c
)
note file1.prg and file2.prg. Those files should be
first precompiled to
Original-Nachricht
Datum: Fri, 23 Jun 2006 12:04:31 -0400
Von: "William A. Hoffman" <[EMAIL PROTECTED]>
An: Ken Martin <[EMAIL PROTECTED]>, \'Jeroen Janssen\' <[EMAIL PROTECTED]>,
cmake@cmake.org
Betreff: RE: [CMake] cmake 2.2 / 2.4 differences?
> At 11:26 AM 6/23/2006, Ken Mar