mirror of
https://github.com/PureDarwin/PureDarwin.git
synced 2026-01-25 04:06:25 +00:00
Recreate projects directory
This commit is contained in:
@@ -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
1
projects/CMakeLists.txt
Normal file
@@ -0,0 +1 @@
|
||||
# This space intentionally left blank.
|
||||
7
projects/README.md
Normal file
7
projects/README.md
Normal 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
|
||||
Reference in New Issue
Block a user