* Sync with recent trunk (r52637).
[reactos.git] / base / applications / cmdutils / more / CMakeLists.txt
index 2b8deb1..34b841a 100644 (file)
@@ -3,4 +3,4 @@ add_executable(more more.c more.rc)
 
 set_module_type(more win32cui)
 add_importlibs(more user32 msvcrt kernel32)
-add_cab_target(more 1)
+add_cd_file(TARGET more DESTINATION reactos/system32 FOR all)