OpenTrespasser / JurassicParkTrespasser

A git-based fork of the Jurassic Park: Trespasser source code.
98 stars 24 forks source link

CMake: exclude broken projects from default builds & .gitignore #67

Closed meekee7 closed 4 years ago

meekee7 commented 4 years ago

Some projects are broken in the sense that they do not build properly. Those projects are now excluded when you try to build the entire solution or the CMake-autogenerated project ALL_BUILD. They still show up in the solution and can be built directly. This behaviour can be disabled with a CMake variable.

In an unrelated change, APS files are added to .gitignore. Those files are sometimes generated by VS in the source directory when resource files are edited in VS.