CMake
Include Obscura
Currently we only support integrating Obscura by including the library via add_subdirectory. We will make the library installable and consumable soon.
Build parameters for Obscura
Option |
Default |
Description |
|---|---|---|
|
|
Build the examples |
|
|
Build the documentation |
|
|
Build the tests |
|
|
Build the headless version of the engine |
|
|
Enables static check tools clang-tidy and cppcheck |
|
|
Enables gcc -fanalyzer flag (not recommended to use) |
|
|
Build the actual engine. Turning this off only makes sense if you only want to build the documentation without having the dependencies installed. |
|
|
Precompile headers for faster compilation times. Might cause issues with clang-tidy. |