Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.
Comentarios: Edited one of the examples to more closley match what the CMakeFile looks like.

...

add each script with a line break before the Parenthesis and after the Curly Brace with <font color="darkblue">Custom/</font> in front of each script.

...

Example:

Panel

set(scripts_STAT_SRCS
    ${scripts_STAT_SRCS}
    Custom/CS3.cpp
    Custom/CS2.cpp
    Custom/CS1.cpp
)

message("  -> Prepared: Custom")



...

Last but not least compile

...