* Sync with recent trunk (r52637).
[reactos.git] / base / setup / setup / CMakeLists.txt
index a1d2a42..5bff8ec 100644 (file)
@@ -5,4 +5,4 @@ add_executable(setup setup.c setup.rc)
 
 set_module_type(setup win32gui)
 add_importlibs(setup userenv msvcrt kernel32 ntdll)
-add_cab_target(setup 1)
\ No newline at end of file
+add_cd_file(TARGET setup DESTINATION reactos/system32 FOR all)