2013/3/1 Baradé :
> Hi,
> assuming I have the following statements:
>
> add_library(targetName src1 src2 ... generatedSrc)
> add_custom_command(TARGET targetName PRE_BUILD COMMAND bash -c "bla bla
> bla")
>
> and the custom command generates sources which are specified before in
> "add_library" CMa
Hi,
assuming I have the following statements:
add_library(targetName src1 src2 ... generatedSrc)
add_custom_command(TARGET targetName PRE_BUILD COMMAND bash -c "bla bla
bla")
and the custom command generates sources which are specified before in
"add_library" CMake/build process will abort sinc