JurassicParkTrespasser icon indicating copy to clipboard operation
JurassicParkTrespasser copied to clipboard

Complete and deduplicate code file lists in CMake

Open meekee7 opened this issue 4 years ago • 1 comments

The code file lists in the CMake scripts were adapted almost verbatim from the original VS project definitions. But they are incomplete, some code files that are used are missing from these lists. That mostly affects header files, but also CPP which are included like headers, mostly in ScreenRenderDWI. Those missing code files are difficult to find in Visual Studio.

The code file lists should be completed. All sources files used should be on the lists. Furthermore, the lists should be deduplicated. Each code file should be owned by only one project.

meekee7 avatar Mar 31 '20 21:03 meekee7

The code file lists have been deduplicated with PR #65. The bulk of the missing list entries has been added in PR #66 and PR #70.

meekee7 avatar Apr 18 '20 14:04 meekee7