mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
6 lines
234 B
Text
6 lines
234 B
Text
|
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)
|