[CMake] cmake PyQT/SIP
Michael Wild
themiwi at gmail.com
Thu Dec 2 00:32:24 EST 2010
On 12/02/2010 12:37 AM, luxInteg wrote:
> On Tuesday 30 November 2010 22:43:34 luxInteg wrote:
>> Greetings
>>
>> I an learnig cmake.
>
> My test project is as follows:-
> linux machine with pyQt4, sip-4.10.2,qt-4.6.2 and cmake-2.8.2
>
> ---stepA: I have a file -fileA.sip.
> ---stepB: Upon execution of fileA.sip two files files -fileC.cpp and
> fileD.cpp result,
> ---stepC: fileC.cpp and fileD,cpp are compiled into a shared library.
>
> I am ok with stepC. I do not know how to carry out step B execution within
> cmake.
>
> advice would be appreciated.
>
> sincerely
> luxInteg
Use ADD_CUSTOM_COMMAND.
Michael
More information about the CMake
mailing list