[CMAKE]
[reactos.git] / 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 mingw_common nt)
7 add_importlibs(autochk kernel32 ntdll)
8 add_cab_target(autochk 1)