mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-08 08:43:51 +01:00
Fix incorrect documentation in README
This commit is contained in:
parent
864e24774d
commit
7709e1e5f8
@ -27,7 +27,7 @@ e.g. on a Linux system you might want to build for local use like this:
|
|||||||
cmake . -DBUILD_SHARED_LIBS=OFF
|
cmake . -DBUILD_SHARED_LIBS=OFF
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
||||||
This will put an IrrlichtMtTargets.cmake file into a cmake/ directory in the current build directory, and it can then be imported from another project by pointing find_package() to the source directory of this project, or by setting the CMAKE_PREFIX_PATH variable to that same path.
|
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
|
Platforms
|
||||||
---------
|
---------
|
||||||
|
Loading…
Reference in New Issue
Block a user