[CMAKE]
[reactos.git] / base / system / autochk / CMakeLists.txt
index 39a0dc0..3feaa21 100644 (file)
@@ -4,4 +4,5 @@ add_executable(autochk WIN32 autochk.c autochk.rc)
 set_module_type(autochk nativecui)
 
 target_link_libraries(autochk mingw_common nt)
-add_importlibs(autochk kernel32 ntdll)
\ No newline at end of file
+add_importlibs(autochk kernel32 ntdll)
+add_livecd_target(autochk reactos/system32)
\ No newline at end of file