* Sync with recent trunk (r52637).
[reactos.git] / base / applications / cmdutils / find / CMakeLists.txt
index d7ea386..11b838b 100644 (file)
@@ -1,8 +1,6 @@
-add_definitions(-D_DLL -D__USE_CRTIMP)
 
 add_executable(find find.c find.rc)
 
 set_module_type(find win32cui)
 add_importlibs(find user32 msvcrt kernel32)
-
-add_cab_target(find 1)
\ No newline at end of file
+add_cd_file(TARGET find DESTINATION reactos/system32 FOR all)