Hook up examples to CMake

This commit is contained in:
sfan5
2021-04-22 09:43:53 +02:00
parent 3152a6cc46
commit 5411ec4f03
5 changed files with 61 additions and 14 deletions

View File

@ -18,6 +18,7 @@ The following libraries are required to be installed:
Aside from standard search options (`ZLIB_INCLUDE_DIR`, `ZLIB_LIBRARY`, ...) the following options are available:
* `BUILD_SHARED_LIBS` (default: `ON`) - Build IrrlichtMt as a shared library
* `BUILD_EXAMPLES` (default: `OFF`) - Build example applications
e.g. on a Linux system you might want to build for local use like this: