francoiscampbell / CLionArduinoPlugin

A plugin for CLion that enables arduino-cmake integration.
155 stars 42 forks source link

Didn't compile sketch if i only change include File #15

Open meinpilsbier opened 8 years ago

meinpilsbier commented 8 years ago

Hi, nice work. ;-) I have a problem with "build" function though.

I moved "classes" to "header files" (all in the sketch directory ) and use it with the "include" function. If I change one of the header files, and click "build all" it doesn't recognize the change and doesn't rebuild my target

Any idea?

/jörg

francoiscampbell commented 8 years ago

This is the standard behaviour of CMake. I'll look into providing an option to override this.