-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Essentially all of the functionality in build.sh can be achieved in a relatively straightforward manner using just CMake's infrastructure. ccmake can be used to browse the various options, their descriptions and possible values, and the CMake configuration (as opposed to the generation) step can include the validity checks.
This would:
- Reduce the amount of code and text
- Simplify the CMakeLists.txt file somewhat
- make it easier to adopt some modern CMake idioms
- make it easiert to use CMake for installing the engine rather than just building
- Enable CMake config-file-based dependency management where the engine is a dependency
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels