mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-18 05:13:04 +01:00
Added submodules for bx and bgfx.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,4 +1,2 @@
|
||||
build/
|
||||
bgfx/
|
||||
bx/
|
||||
*.swp
|
||||
build/
|
||||
*.swp
|
||||
|
||||
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
[submodule "bgfx"]
|
||||
path = bgfx
|
||||
url = git@github.com:bkaradzic/bgfx.git
|
||||
[submodule "bx"]
|
||||
path = bx
|
||||
url = git@github.com:bkaradzic/bx.git
|
||||
1
bgfx
Submodule
1
bgfx
Submodule
Submodule bgfx added at 0acb371d61
1
bx
Submodule
1
bx
Submodule
Submodule bx added at e431bb5e20
@@ -1,16 +1,18 @@
|
||||
bgfx.cmake
|
||||
===================
|
||||
|
||||
This repo contains a bunch of cmake files that can be used to build bgfx with CMake. To get started, pull down the repo and run these commands from within the root directory of the repo:
|
||||
This repo contains a bunch of cmake files that can be used to build bgfx with CMake. To get started, clone the repo and run these commands from within the root directory of the repo:
|
||||
|
||||
```
|
||||
git clone git@github.com:bkaradzic/bx.git
|
||||
git clone git@github.com:bkaradzic/bgfx.git
|
||||
git submodule init
|
||||
git submodule update
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
```
|
||||
|
||||
If downloading via zip, instead of using git submodule manually download bx and bgfx and copy them into the root directory, or locate them via BX_DIR and BGFX_DIR CMake variables.
|
||||
|
||||
Features
|
||||
-------------
|
||||
* No outside dependencies besides bx, bgfx, and CMake.
|
||||
|
||||
Reference in New Issue
Block a user