mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
5 lines
234 B
CMake
5 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)
|