Recreate projects directory

This commit is contained in:
William Kent
2021-11-03 16:51:09 -04:00
parent 6d3eb11b78
commit 2bc40c4b8c
3 changed files with 9 additions and 0 deletions

View File

@@ -23,5 +23,6 @@ include(cmake/install_helpers.cmake)
include(cmake/kext.cmake)
include(cmake/mig.cmake)
add_subdirectory(projects)
add_subdirectory(src)
add_subdirectory(tools)

1
projects/CMakeLists.txt Normal file
View File

@@ -0,0 +1 @@
# This space intentionally left blank.

7
projects/README.md Normal file
View File

@@ -0,0 +1,7 @@
# PureDarwin Standalone Projects
This directory contains parts of PureDarwin that might be useful
to other projects as well. Two are currently planned:
* `libhfsrw`, a library and tool to read and write HFS+ volume images
* `libapfsrw`, a library and tool to read and write APFS volume images