mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-17 13:02:33 +01:00
Update README.md
Fix links pointing to `widberg` fork. Apply preformated where needed.
This commit is contained in:
10
README.md
10
README.md
@@ -1,14 +1,14 @@
|
||||
bgfx.cmake
|
||||
===================
|
||||
[](https://travis-ci.org/widberg/bgfx.cmake)
|
||||
[](https://travis-ci.org/bkaradzic/bgfx.cmake)
|
||||
|
||||
This repo contains a bunch of cmake files that can be used to build bgfx with CMake.
|
||||
|
||||
Building
|
||||
-------------
|
||||
|
||||
```
|
||||
git clone https://github.com/widberg/bgfx.cmake.git
|
||||
```bash
|
||||
git clone https://github.com/bkaradzic/bgfx.cmake.git
|
||||
cd bgfx.cmake
|
||||
git submodule init
|
||||
git submodule update
|
||||
@@ -17,11 +17,11 @@ cd build
|
||||
cmake ..
|
||||
```
|
||||
|
||||
If downloading via zip (instead of using git submodules) manually download bx, bimg and bgfx and copy them into the root directory, or locate them via BX_DIR, BIMG_DIR and BGFX_DIR CMake variables.
|
||||
If downloading via zip (instead of using git submodules) manually download bx, bimg and bgfx and copy them into the root directory, or locate them via `BX_DIR`, `BIMG_DIR` and `BGFX_DIR` CMake variables.
|
||||
|
||||
How To Use
|
||||
-------------
|
||||
This project is setup to be included a few different ways. To include bgfx source code in your project simply use add_subdirectory to include this project. To build bgfx binaries build the INSTALL target (or "make install"). The installed files will be in the directory specified by CMAKE_INSTALL_PREFIX which I recommend you set to "./install" so it will export to your build directory. Note you may want to build install on both Release and Debug configurations.
|
||||
This project is setup to be included a few different ways. To include bgfx source code in your project simply use add_subdirectory to include this project. To build bgfx binaries build the `INSTALL` target (or `make install`). The installed files will be in the directory specified by `CMAKE_INSTALL_PREFIX` which I recommend you set to `./install` so it will export to your build directory. Note you may want to build install on both `Release` and `Debug` configurations.
|
||||
|
||||
Features
|
||||
-------------
|
||||
|
||||
Reference in New Issue
Block a user