xref: /reactos/base/system/autochk/CMakeLists.txt (revision 40462c92)
1
2add_executable(autochk WIN32 autochk.c autochk.rc)
3set_module_type(autochk nativecui)
4target_link_libraries(autochk nt ext2lib vfatlib ntfslib cdfslib ffslib reiserfslib btrfslib)
5add_importlibs(autochk ntdll)
6add_cd_file(TARGET autochk DESTINATION reactos/system32 FOR all)
7