mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-23 04:51:56 +00:00
bd39f9ecf2
For some reason CMake thinks it's a great default to display all the source files of a project in Visual Studio as a flat list (instead of in the directory structure they're physically in). source_group(TREE ...) *per project/"target"* helps. Also, so far there was no reason to list or otherwise use header files in CMakeLists.txt - but for them to turn up in VS they must be added to the source lists. I've done that, but I'm sloppily globbing them instead of adding each headder manually like it's done for the source files (because it doesn't matter if a header that's not really used turns up in those lists) |
||
---|---|---|
.. | ||
cm | ||
d3xp | ||
framework | ||
game | ||
idlib | ||
MayaImport | ||
renderer | ||
sound | ||
sys | ||
tools | ||
TypeInfo | ||
ui | ||
CMakeLists.txt | ||
config.h.in | ||
mmakefile.src |