reactos/rostests/tests/ntfs/CMakeLists.txt
Pierre Schweitzer 67656096bd [NTFS_TEST]
Add a simple application (à la NTFSInfo & nfi) to dump the data about a NTFS volume using the FSCTL control codes.
This is for both demonstrating how it works and to assess our driver behavior against Windows behavior of these FSCTL.

CORE-8725

svn path=/trunk/; revision=65165
2014-11-01 09:56:33 +00:00

4 lines
111 B
CMake

add_executable(ntfs_test ntfs.c)
set_module_type(ntfs_test win32cui)
add_importlibs(ntfs_test msvcrt kernel32)