]> git.lizzy.rs Git - irrlicht.git/blobdiff - README.md
Enable GL_ALPHA_TEST in OpenGL driver for custom transparent alpha shaders
[irrlicht.git] / README.md
index aedc07358a97193d03900edccc8b5b64a040b78c..254d0a12353fa603c72a016de52ccbe27c16977e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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:
 
@@ -26,6 +27,8 @@ e.g. on a Linux system you might want to build for local use like this:
        cmake . -DBUILD_SHARED_LIBS=OFF
        make -j$(nproc)
 
+This will put an IrrlichtMtTargets.cmake file into the cmake directory in the current build directory, and it can then be imported from another project by pointing `find_package()` to the build directory, or by setting the `CMAKE_PREFIX_PATH` variable to that same path.
+
 Platforms
 ---------