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