CLionArduinoPlugin
CLionArduinoPlugin copied to clipboard
Didn't compile sketch if i only change include File
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
This is the standard behaviour of CMake. I'll look into providing an option to override this.