diff options
author | cflip <cflip@cflip.net> | 2022-03-26 21:04:28 -0600 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-03-26 21:04:28 -0600 |
commit | c4355742cb22a0e243eded1c6ffcc713b2301b4d (patch) | |
tree | 7277cb155a33e53daaac68f21f6deca5727539b8 /README.md | |
parent | 21f744c631bbe2fe3389f3b2f733256fb343e959 (diff) |
Include stb_image as a submodule instead of a file in the repository
Instead of storing a copy of stb_image.h in the repository directly,
we can just include it as a submodule.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ It is recommended that you create a ``build`` directory for CMake to generate bu ```sh git clone https://github.com/cflip/Nonortho cd Nonortho +git submodule update mkdir build && cd build cmake ../ ``` |