mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-23 12:37:45 +00:00
Fix REUSE, again
This commit is contained in:
parent
0fa97a26b7
commit
bb7925173e
2 changed files with 10 additions and 0 deletions
|
@ -7,3 +7,10 @@ Files: README.md BUILDING.md CONTRIBUTING.md argcracker/README.md armoury/README
|
|||
Copyright: Joshua Goins <josh@redstrate.com>
|
||||
License: CC0-1.0
|
||||
|
||||
Files: extern/tinygltf/*
|
||||
Copyright: 2017 Syoyo Fujita
|
||||
License: MIT
|
||||
|
||||
Files: extern/magic_enum/*
|
||||
Copyright: 2019 - 2023 Daniil Goncharov
|
||||
License: MIT
|
|
@ -1,3 +1,6 @@
|
|||
# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
find_path(
|
||||
STB_INCLUDE_DIR
|
||||
NAMES stb_image.h
|
||||
|
|
Loading…
Add table
Reference in a new issue