At 09:46 PM 8/27/2006, [EMAIL PROTECTED] wrote:
>I am (trying to) migrate from jam+msvcgen to cmake for projectfile
>autogeneration. Previously, I ran jam msvcgen to autogenerate all
>projectfiles, and then those *.vcproj,*.sln,*.dsw,*.dsp got distributed. So
>developers could use the distribute
At 05:13 PM 8/27/2006, Alan W. Irwin wrote:
>On 2006-08-27 16:30-0400 William A. Hoffman wrote:
>
>>At 12:00 PM 8/27/2006, Steve Johns wrote:
>>>Michael Bell wrote:
>ADD_CUSTOM_TARGET(makeExecutable ALL)
>FOREACH(file ${SCRIPTS})
> CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file}
>>>
I am (trying to) migrate from jam+msvcgen to cmake for projectfile
autogeneration. Previously, I ran jam msvcgen to autogenerate all
projectfiles, and then those *.vcproj,*.sln,*.dsw,*.dsp got distributed. So
developers could use the distributed projectfiles out-of-the-box.
It included resource
On 8/27/06, Alan W. Irwin <[EMAIL PROTECTED]> wrote:
On 2006-08-27 16:30-0400 William A. Hoffman wrote:
> At 12:00 PM 8/27/2006, Steve Johns wrote:
>> Michael Bell wrote:
ADD_CUSTOM_TARGET(makeExecutable ALL)
FOREACH(file ${SCRIPTS})
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${
On 2006-08-27 16:30-0400 William A. Hoffman wrote:
At 12:00 PM 8/27/2006, Steve Johns wrote:
Michael Bell wrote:
ADD_CUSTOM_TARGET(makeExecutable ALL)
FOREACH(file ${SCRIPTS})
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file}
${EXECUTABLE_OUTPUT_PATH}/../${file}
@ONLY)
ADD_CUS
At 12:00 PM 8/27/2006, Steve Johns wrote:
>Michael Bell wrote:
>>>ADD_CUSTOM_TARGET(makeExecutable ALL)
>>>FOREACH(file ${SCRIPTS})
>>> CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file}
>>> ${EXECUTABLE_OUTPUT_PATH}/../${file}
>>> @ONLY)
>>> ADD_CUSTOM_COMMAND(
>>> TARGET mak
Hi,
Von: Alexandre BIQUE <[EMAIL PROTECTED]>
An: "Alexander Neundorf" <[EMAIL PROTECTED]>
Betreff: Re: [CMake] Hi, i am looking for some help to build kuroo with cmake
...
> > > => This generate this options1.cpp (which is empty) :
> > > config>cat options1.cpp
> > > #include
> > > #include
> >
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I'm idling at #cmake @ irc.freenode.org
Maybe YOU want to join too :)
-- andreas
- --
http://www.cynapses.org/ - cybernetic synapses
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with SUSE - http:
Michael Bell wrote:
ADD_CUSTOM_TARGET(makeExecutable ALL)
FOREACH(file ${SCRIPTS})
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file}
${EXECUTABLE_OUTPUT_PATH}/../${file}
@ONLY)
ADD_CUSTOM_COMMAND(
TARGET makeExecutable
POST_BUILD
COMMAND chmod
ARGS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Filipe Sousa wrote:
> Andreas Schneider wrote:
>> Hi,
>>
>> is there already something to generate mo files from po files with cmake?
>
> No.
> You have to use ADD_CUSTOM_COMMAND
>
Yo!
Here is the macro I have written :)
http://www.cynapses.org/tm
10 matches
Mail list logo