[CMAKE]
[reactos.git] / reactos / base / system / autochk / CMakeLists.txt
1
2 add_executable(autochk WIN32 autochk.c autochk.rc)
3
4 set_module_type(autochk nativecui)
5
6 target_link_libraries(autochk nt)
7 add_importlibs(autochk ntdll)
8 add_cd_file(TARGET autochk DESTINATION reactos/system32 FOR all)