reactos/modules/rosapps/applications/rosinternals/CMakeLists.txt
Pierre Schweitzer a46d9999dd
[NFI] Add a first skeleton of what NFI could be.
All it will do for now is dumping the MFT / Files and their attributes.
It lacks many features, could be really improved and is bugged.

Note that logical sectors dump seems to be broken. MS NFI and this one don't agree on values.

Developed against W2K3.
2018-01-20 14:54:00 +01:00

5 lines
104 B
CMake

add_subdirectory(movefile)
add_subdirectory(nfi)
add_subdirectory(ntfsinfo)
add_subdirectory(pendmoves)