Open NicoHood opened 6 years ago
I have the following files in my folder:
test.c test.cpp
Now I add them as SRC += test.cpp. If a .c file with the same name exists, it tries to compile the c file instead.
SRC += test.cpp
.c
I have the following files in my folder:
Now I add them as
SRC += test.cpp
. If a.c
file with the same name exists, it tries to compile the c file instead.