Cesium
Cesium copied to clipboard
SDK: include all the `.c` files by default?
Currently, we rely on user adding the .c
files into the project themselves.
Should we just go ahead and include **/*.c
as Compile
and **/*.h
as None
(to be visible in the IDE) by default?
Are there any concerns about this? I'd say we should do it.