2015-04-25 17:41:44 +00:00
|
|
|
|
2016-04-20 12:36:25 +00:00
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/fmifs)
|
2016-10-07 20:37:36 +00:00
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
|
2016-03-02 22:05:19 +00:00
|
|
|
|
|
|
|
add_executable(chkdsk chkdsk.c chkdsk.rc)
|
2015-04-25 17:41:44 +00:00
|
|
|
set_module_type(chkdsk win32cui UNICODE)
|
2016-11-03 15:47:45 +00:00
|
|
|
target_link_libraries(chkdsk conutils ${PSEH_LIB})
|
2015-04-25 17:41:44 +00:00
|
|
|
add_importlibs(chkdsk fmifs msvcrt kernel32 ntdll)
|
|
|
|
add_cd_file(TARGET chkdsk DESTINATION reactos/system32 FOR all)
|