1 2add_executable(objdir objdir.c) 3set_module_type(objdir win32cui) 4add_importlibs(objdir ntdll msvcrt kernel32) 5add_cd_file(TARGET objdir DESTINATION reactos/system32 FOR all) 6