1 2set_rc_compiler() 3 4add_executable(find find.c find.rc) 5 6set_module_type(find win32cui) 7add_importlibs(find user32 msvcrt kernel32) 8add_cd_file(TARGET find DESTINATION reactos/system32 FOR all) 9