Commit 14a5a0c
committed
build: Do not copy conf generator files to build directory
These files are copied to the build directory but then never used during
the build, instead the command to generate lv_conf.h below uses the
original source files. Skip this unneeded copy.
Instead add these files to CMake's CONFIGURE_DEPENDS so that CMake will
still reconfigure if these source files change.
Signed-off-by: Andrew Davis <afd@ti.com>1 parent 0fb82fe commit 14a5a0c
1 file changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
74 | 71 | | |
75 | 72 | | |
76 | 73 | | |
| |||
0 commit comments