mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
b82a314189
svn path=/trunk/; revision=67421
7 lines
308 B
CMake
7 lines
308 B
CMake
|
|
add_executable(chkdsk chkdsk.c chkdsk.rc)
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/fmifs)
|
|
set_module_type(chkdsk win32cui UNICODE)
|
|
target_link_libraries(chkdsk win32err)
|
|
add_importlibs(chkdsk fmifs msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET chkdsk DESTINATION reactos/system32 FOR all)
|