Skip to content

Commit

Permalink
Call out dependency files in directory structure description.
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Jan 25, 2024
1 parent 65122bd commit c56f028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ In broad, the structure of the source tree is two tiered - the top level directo

* A reference (using git submodules) to a copy of the upstream source code
* Our managing CMakeLists.txt file defining the logic for building that project
* A <dirname>.deps file identifying a project's dependencies on other bext projects
* Any patch files or other supporting resources not part of the upstream tree

Sometimes third party libraries will depend on other third party libraries (for example, libpng's use of zlib) - when a bundled component that is a dependency of other bundled projects is enabled, the expectation is that the other bundled
Expand Down

0 comments on commit c56f028

Please sign in to comment.