On Saturday, April 20, 2013 07:15:12 PM argonel wrote:
Hi,
On Sat, Apr 20, 2013 at 5:55 PM, Michael Spencer
wrote:
Hello,
I have a small script that helps to generate parts of a Qt class. I then call
it from a CMake file, using a couple custom commands in a function:
Here is the
Hi,
On Sat, Apr 20, 2013 at 5:55 PM, Michael Spencer wrote:
> Hello,
>
> I have a small script that helps to generate parts of a Qt class. I then
> call it from a CMake file, using a couple custom commands in a function:
>
> Here is the part that doesn't work. Although the the custom commands
Hello,
I have a small script that helps to generate parts of a Qt class. I then call
it from a CMake file, using a couple custom commands in a function:
add_custom_command(OUTPUT "${gen_f}"
COMMAND ${MKPROP_EXECUTABLE}
ARGS gen "${header_in}" "${gen_f}"
DEPENDS "${heaer_i