When I generate an MSVC project with CMake, the header files are in the project, dependencies seem to be taken into account correctly, wildcards are used to automatically add/remove files, .. is there an actual problem here?
Brecht. On Sun, Jan 10, 2010 at 10:53 PM, Erwin Coumans <[email protected]> wrote: > You can avoid the work by adding a GLOB * wildcard for header files, > but explicitly specifying every individual file seems recommended indeed. > > Once you have the cmake project up and running, you usually only add a few > .cpp or .h files at a time, > so the incremental effort usually isn't much. > > This doesn't seem to be a good reason to favor scons over cmake. > Thanks, > Erwin > > > 2010/1/10 joe <[email protected]> > >> Yeek. That's horrible. I wonder how hard would it be to write some >> utility code for the cmakefiles that scans for #include statements. >> This sort of thing is exactly why I stick with scons, despite it's >> horrific speed problems. :-/ I'm even tempted to rewrite our scons >> files to use waf instead sometimes. >> >> Joe _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
