reactos/rosapps/applications/rosinternals/ntfsinfo/CMakeLists.txt
Pierre Schweitzer a4774e85c1 [ROSINTERNALS]
Move the sysinternals tools to their own directory: rosinternals. To be completed :-)

svn path=/trunk/; revision=75529
2017-08-12 20:39:12 +00:00

6 lines
234 B
CMake

list(APPEND SOURCE ntfsinfo.c ntfsinfo.rc)
add_executable(ntfsinfo ${SOURCE})
set_module_type(ntfsinfo win32cui UNICODE)
add_importlibs(ntfsinfo msvcrt kernel32 ntdll)
add_cd_file(TARGET ntfsinfo DESTINATION reactos/system32 FOR all)