[TRANSLATION] Update Simplified Chinese translation and notice. (#1108)
[reactos.git] / base / system / autochk / CMakeLists.txt
1
2 add_executable(autochk WIN32 autochk.c autochk.rc)
3 set_module_type(autochk nativecui)
4 target_link_libraries(autochk nt ext2lib vfatlib ntfslib cdfslib ffslib reiserfslib btrfslib)
5 add_importlibs(autochk ntdll)
6 add_cd_file(TARGET autochk DESTINATION reactos/system32 FOR all)